The EXCEPT operator
returns rows from the first query that are not part of the second
query. In this example, the EXCEPT operator displays only the rows
that have been added or changed in the NEWSTAFF table.
Note: Any rows that were deleted
from OLDSTAFF will not appear.