I have two tables with binding primary key in database and I desire to find a disjoint set between them. For example,
Table1
ID
Try this
SELECT ID, Name FROM Table1 WHERE ID NOT IN (SELECT ID FROM Table2)