
SQL Cookbook: Query Solutions and Techniques for All SQL Users
by Anthony Molinaro, Robert de Graaf
Publisher: O'Reilly Media 2020
ISBN/ASIN: 1492077445
Number of pages: 572
Description:
A practical guide designed for SQL users of all levels, from beginners to seasoned professionals. The book provides a wealth of proven solutions to common and complex SQL problems, organized in a recipe format for quick reference. Covering a wide range of topics such as data filtering, aggregation, string manipulation, and advanced query techniques, the SQL Cookbook helps users optimize their database queries, solve real-world challenges, and deepen their understanding of SQL. With clear explanations and examples for various SQL dialects, it's a go-to resource for boosting productivity and mastering database querying.
Download or read it online for free here:
Download link
(12MB, PDF)
Similar books
Developing Time-Oriented Database Applications in SQLby Richard T. Snodgrass - Morgan Kaufmann
Richard Snodgrass and his colleagues have explored temporal data concepts over the last two decades. They now have a fairly complete solution to the problems. This book summarizes their work and presents it in a very accessible and useful way.
(14993 views)
A Primer on SQLby Rahul Batra
This is a short e-book teaching the basics of SQL assuming no prior knowledge of it. While the examples and text use Ingres as the database management system, the code should work correctly on any SQL compliant database.
(14603 views)
SQL with Guru99by Krishna Rungta - guru99
SQL stands for Structured Query Language. It is the communication languages to talk to any database. This book is designed for beginners with little or no Database experience. Apart from teaching the SQL, it also covers the Database design process.
(18070 views)
SQL for Web Nerdsby Philip Greenspun
Introduction to SQL: data modeling, simple queries, complex queries, transactions, triggers, views, style, PL/SQL and Java, trees, handling dates in Oracle, limits in Oracle, tuning, data warehousing, foreign and legacy data and normalization.
(15964 views)