August 2012
Intermediate to advanced
1416 pages
33h 39m
English
The simple SELECT command has a wealth of power and flexibility.
The key to understanding the SQL query is understanding that the query is declarative — you only phrase a question. The Query Optimizer determines how to execute the query, so SQL enables some flexibility in the development style of the query.
Following are a few of the key points from this chapter:
From this introduction, the next eight chapters incrementally add more advanced features that augment the power of SELECT: incorporating complex expressions, multiple types of joins, subqueries, and groupings.
Welcome to the set-based power of SQL.
Read now
Unlock full access