Person, I need help, I need to filter only people who have plans X, Y and Z that are not in the other table
For example: I have a table of plans, where inside it has 50 plans, however, only 5 have some characteristics of the product, and in another table of Franchises there are all the companies that own in 5 plans. (but there is a flaw that not all companies that should have been listed on the franchise table are there) I need to filter companies that have plan A, B, C, D, E that are in the COMPANIES table, which are not listed in the Franchises table
Can anyone help me?