
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
SQL Tutorial- fresh2refresh.com
In this SQL tutorial, you will learn how to use the SQL language to: Store, retrieve and manipulate data in SQL server; Select, insert, update and delete rows in SQL tables; Create database and tables in SQL server and all other SQL concepts.
(9441 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.
(16175 views)
SQL Dialects Reference- Wikibooks
This book is a compact comparative reference for several SQL language dialects. It lists particular common tasks and problems resolved in terms of several SQL server implementations. When possible, it tries to emphasize an universal solution.
(9576 views)
Structured Query Language- Wikibooks
Structured Query Language (SQL) is a widely-used query language for using database. This book provides a detailed description of SQL, its origins, its programming, and its uses. The book follows the specifications of the SQL:2008 ISO standard.
(18269 views)