Question: - Provide a Stored Procedure that passes 3 parameters, and the procedure allows you to INSERT new data to your table(s) - Add a 4th
- Provide a Stored Procedure that passes 3 parameters, and the procedure allows you to INSERT new data to your table(s)
- Add a 4th parameter that tells the Stored Procedure if you want to INSERT, DELETE or UPDATE a table
- Ensure that the Stored Procedure uses IF condition statements, and does each of the functions once ( INSERT, DELETE and UPDATE)
please provide an explanation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
