Question: Create a stored procedure that uses a cursor for a join of any two of ORDERS, PRODUCTS, ORDERDETAILS and CUSTOMERS. In your WHERE condition, have
Create a stored procedure that uses a cursor for a join of any two of ORDERS, PRODUCTS, ORDERDETAILS and CUSTOMERS. In your WHERE condition, have a minimum of five rows returned. Allow one or two parameters to be passed to your stored procedure that limits the amount of rows returned. The cursor should accept these parameter and be capable of producing different results each time it is used.
Step by Step Solution
There are 3 Steps involved in it
Sql Create a stored procedure that joins ORDERS and CUSTOMERS tables with row limit parameters DELIM... View full answer
Get step-by-step solutions from verified subject matter experts
