Quiz on SQL EXCEPT Clause



1. What does the EXCEPT clause do in SQL?
2. Which SQL databases support the EXCEPT clause?
3. Is the output of the EXCEPT clause sorted?
4. Which keyword can be used instead of EXCEPT in some SQL implementations?
5. What will happen if both SELECT statements in an EXCEPT clause return different number of columns?

Advertisements