Division query (WHERE NOT EXISTS) on 4 tables to return all customers purchased all the products – Mysql
I would like to use a division query to have all the customers who bought all products. The template is the following : SELECT * FROM Customers AS A WHERE NOT EXISTS ( SELECT * FROM Products AS B WHERE…