Introduction
Combining result sets helps you see data from different tables or queries together in one list. It makes comparing and analyzing data easier.
You want to see all customers and all suppliers in one list.
You need to combine sales data from two different years into one report.
You want to merge lists of products from two stores to check what they both sell.
You want to show all employees from different departments in one table.
You want to combine search results from different categories into one list.