What set operations can you perform through SQL ?
3 Likes
In SQL, set operations include UNION, INTERSECTION, and MINUS to combine the rows from two or more tables.
Answered By
2 Likes
What is join ?
How is equi-join different from non-equi-join?
How is UNION different from UNION ALL ?
How is INTERSECT different from MINUS operation ?