3 SQL Books

SQL Queries for Mere Mortals: A Hands-On Guide to Data Manipulation in SQL

by: Michael J. Hernandez, John L. Viescas

To the people who are accomplished in its use, Structured Query Language (SQL) is a highly capable, eminently flexible, even beautiful way of describing the data that you want from a database, or the changes that you want to make to a database. For the rest of...

» More Information

Learning SQL

by: Alan Beaulieu

SQL (Structured Query Language) is a standard programming language for generating, manipulating, and retrieving information from a relational database. If you're working with a relational database--whether you're writing applications, performing administrative tasks, or generating reports--you need to know how to interact with your data. Even if...

» More Information

Teach Yourself SQL in 10 Minutes

by: Ben Forta

Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta's examples are clear and his writing style is crisp and...

» More Information

Popular Picks in SQL