Sams Teach Yourself SQL in 24 Hours
by Ryan Stephens, Ron Plew
Publisher: Sams 2011
ISBN/ASIN: 0672324423
ISBN-13: 9780672324420
Number of pages: 497
Description:
This book presents the key features of SQL (Structured Query Language) in an easy to understand format with updated code examples, notes, diagrams, exercises, and quizzes. New material covers more information on transactions, constructs, embedded databases, and object-oriented programming. In this edition, the authors include examples based on a database like MySQL, a very popular open source database.
Download or read it online for free here:
Download link
(PDF preview)
Similar books
SQL Cookbook: Query Solutions and Techniques for All SQL Usersby Anthony Molinaro, Robert de Graaf - O'Reilly Media
This book offers solutions to common SQL challenges. With clear examples for various SQL dialects, it covers topics like filtering, aggregation, and advanced queries, making it a guide for users looking to optimize and master their SQL skills.
(1400 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.
(14608 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.
(18043 views)
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.
(9223 views)