Tag Archives: Intersect

SET Operators (UNION[ALL], INTERSECT, EXCEPT) – SQL Server


Set operators are used to combine two or more result set. SET operators in SQL Server are: UNION [ALL] EXCEPT INTERSECT UNION [ALL] Union or Union All set operators are used to combine two or more similar result set. Similar … Continue reading

Posted in T-SQL | Tagged , , , , , | Leave a comment