SQL Set Operators
SQL Set Operators is used to join the results of two(more) SELECT Statement. SQL Set Operators is available in Oracle 11g are INTERSECT,UNION,UNION ALL AND MINUS.This operator returns the combined results of the two SELECT Statement.