Introduction
Use UNION ALL to combine results from two or more queries and keep all rows, including duplicates.
You want to combine customer lists from two different stores and keep all entries, even if some customers appear in both.
You need to merge sales data from two months and want to see every sale, including repeated ones.
You want to combine two lists of products from different suppliers and keep all products, even if some are the same.
You want to add new records to an existing list without removing duplicates.