What does the SQL EXCEPT operator return?

SQL Fundamentals Medium

SQL Fundamentals — Medium

What does the SQL EXCEPT operator return?

Key points

  • EXCEPT operator compares two SELECT statements
  • It only returns rows unique to the first SELECT
  • It helps identify discrepancies between datasets

Ready to go further?

Related questions