Using set operations
When you want to combine separate query results into a single result, you need to know about the INTERSECT and EXCEPT clauses in addition to UNION.
In this task, you run a query to find the number of Boeing planes leaving from DFW in 2005.
The query filters data using an intersect on the tail number, tailnum
, with the
unique identification of a plane, planes.manufacturer
.