Question: Create a stored procedure in SQL where the user should be able to find the product that has the highest quantity (combined total of quantity
Create a stored procedure in SQL where the user should be able to find the product that has the highest quantity (combined total of quantity for that product) in purchase order details. You will have to look at purchaseorderdetails table and sum the total quantity by product id.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
