Google News
logo
SQL - Interview Questions
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.
Advertisement