Combining SQL Queries

In this chapter, you’ll look for the first time at ways that you can combine several SELECT statements in a single query. The first topic discussed is the use of subqueries. Put simply, a subquery is a query that’s embedded in some way inside another query.