August 2009
Intermediate to advanced
960 pages
21h 21m
English
A subquery is a SELECT statement nested in various clauses of a SQL statement. It allows you to use the output from one query as the input of another SQL statement. Subqueries make it easy to break down problems into logical and manageable pieces.
As mentioned earlier, a subquery allows you to break down a ...