This document describes SQL set operators such as UNION, UNION ALL, INTERSECT, and MINUS. It provides examples of how to use each operator to combine queries and selectively return rows from multiple tables based on whether they are common, distinct, or different between the queries. The key objectives are to use set operators to combine multiple queries into a single query and control the order of rows returned.