I have two tables. I want a report of all records in one table that have no corresponding records in another table.
Is that done by JOINS?
My "Profile" table contains all of our customers. My "Subset" table contains all records for our customers. If a profile record exists, but no subset record exists, I want a list of those so I can delete the profile records.
Thanks so much! I did not find this in my searches.
Is that done by JOINS?
My "Profile" table contains all of our customers. My "Subset" table contains all records for our customers. If a profile record exists, but no subset record exists, I want a list of those so I can delete the profile records.
Thanks so much! I did not find this in my searches.