Question

In Oracle SQL, which operator is used to return rows from the first query that do not appear in the second query (equivalent to set difference)?

A MINUS
B EXCEPT
C DIFFERENCE
D NOT IN (when used as set operator)
E SUBTRACT
Practice Next

Hey! Ask a query