Question: Provide the SQL to create a function to retrieve the total number of a particular product a particular customer ordered Hint: You will do this
Provide the SQL to create a function to retrieve the total number of a particular product a particular customer ordered
Hint: You will do this by executing an implict join on Orders and OrderDetails, with a condition for 'OrderDetails.ProductID in (query to retreive product)'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
