I have two tables, one that is built in-house (say, INTERNAL) and one that is supplied externally (say, EXTERNAL).
I don’t trust my external data source, so what I want to do is find all records present in INTERNAL and missing from EXTERNAL.
If I wer...