What set operations can you perform through SQL ?
In SQL, set operations include UNION, INTERSECTION, and MINUS to combine the rows from two or more tables.