Set operations (SQL)

Set operations in SQL is a type of operations which allow the results of multiple queries to be combined into a single result set.[1]

Set operators in SQL include UNION, INTERSECT, and EXCEPT, which mathematically correspond to the concepts of union, intersection and set difference.

  1. ^ "The UNION [ALL], INTERSECT, MINUS Operators". Oracle. Retrieved 14 July 2016.