How is INTERSECT different from MINUS operation ?
In SQL, the INTERSECT operator returns rows common to two tables, while the MINUS (EXCEPT) operator retrieves unique rows from the first table that are not in the second table.
INTERSECT
MINUS