Question: 5. Create a stored procedure named Add_Shipment_Method that lets a user insert a new shipment method to the shipment method table in the database. This
5. Create a stored procedure named Add_Shipment_Method that lets a user insert a new shipment method to the shipment method table in the database. This procedure should have two parameters, one for each of the two columns in this table. Then, include the following test statements after the procedure in your submitted script file. CALL Add_Shipment_Method (12, Sea); Select * From Shipment_Method;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
