I have two tables, "Affiliates" and "ControlPanels".
ControlPanels has a field (CP_AffiliateID) that maps to Affiliates (A_ID).
I want to select all records from Affiliates that DO NOT have a match in CP_AffiliateID.
The fields A_ID is a Primary Key so I'm not worried about matching NULL.
What would that join look like?