What are the set operators in SQL?
SQL queries which contain set operations are called compound queries. Union, Union All, Intersect or Minus operators are the set operators used in the SQL. In SQL, set operators are used to combine the results of two or more SELECT statements. The commonly used set operators are: UNION: Returns the combined result set of two … Read more