Packed with examples, Simply SQL is a step-by-step introduction to learning SQL. You'll discover how easy it is to use SQL to interact with best-practice, robust databases. Rather than bore you with theory, it focuses on the practical use of SQL with common databases and uses plenty of diagrams, easy-to-read text, and examples to help make learning SQL easy and fun.
- Step through the basic SQL syntax - Learn how to use best practices in database design - Master advanced syntax like inner joins, groups, and subqueries - Understand the SQL datatypes - And much more...
About the Author Rudy Limeback is a semi-retired SQL Consultant living in Toronto, Canada. His SQL experience spans more than 20 years, and includes working with DB2, SQL Server, Access, Oracle, and MySQL. He is an avid participant in discussion forums, primarily at SitePoint ( //sitepoint.com/forums/). His two Web sites are //r937.com/ for SQL and //rudy.ca/ for personal stuff. When not glued to his computer, Rudy enjoys playing touch football and frisbee golf.
How could I give it anything but five stars? My dad wrote it!
Nice intro to the SQL syntax with a bit at the end covering special joins and relational integrity. Still holds up in 2021 as a good beginner resource.
The book serves as a good introduction to both SQL and basic data modeling topics. Moreover, it has a chapter on some special data models which are usually unintuitve to query.