Introduction
Set operations combine results from two or more queries. The columns must match so the database knows how to join the data.
You want to combine lists of customers from two different stores.
You need to merge product lists from two suppliers into one list.
You want to find common items sold in two different years.
You want to get all unique email addresses from two mailing lists.