Question: Provide the SQL to retrieve all customers whose that contained the product 'Chef Anton's Gumbo Mix' Hint: You will do this by querying the Order's
Provide the SQL to retrieve all customers whose that contained the product 'Chef Anton's Gumbo Mix'
Hint: You will do this by querying the Order's table and looking for order IDs that match a subquery.
E.g. select * from Orders o where o OrderID in (select od.orderID from OrderDetails......)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
