Mysql – How to find combinations of columns 1 and 2 that do not exist in an SQL table?
Suppose the table is: employee_id branch role 1 A admin 2 A engineer 3 A finance 4 B admin 5 B finance 6 C engineer How can I find the departments that do not have all the roles? In this…