原文:Create a query to fetch customer from product sold
query to select customers who bought product a but did not buy products b . (without using sub selects) Table 1 = List of Customers, Table 2 = Products sold to customers (remember if a customer ...