No Starch Press, 2018. — 392 p. — ISBN: 978-1593278274. Only code files! Practical SQL is an approachable and fast-paced guide to SQL (Structured Query Language), the standard programming language for defining, organizing, and exploring data in relational databases. The book focuses on using SQL to find the story your data tells, with the popular open-source database PostgreSQL...
2nd Edition. — O’Reilly, 2015. — Code Only. — ISBN: 978-1-491-91646-9. SQL is a powerful language for querying and manipulating data, but it’s tough to integrate it with your application. SQLAlchemy helps you map Python objects to database tables without substantially changing your existing Python code. If you’re an intermediate Python developer with knowledge of basic SQL...
Apress, 2016. — 284 p. — ISBN10: 1484218108, ISBN13: 978-1-484218-10-5. This book is an introduction and deep-dive into the many uses of dynamic SQL in Microsoft SQL Server. Dynamic SQL is key to large-scale searching based upon user-entered criteria. Its also useful in generating value-lists, in dynamic pivoting of data for business intelligence reporting, and for customizing...
Comments