Question: Exercise 15-1 [20 points] Write a script that creates and calls a stored procedure named spInsertCategory. First, code a statement that creates a procedure that
Exercise 15-1 [20 points] Write a script that creates and calls a stored procedure named spInsertCategory. First, code a statement that creates a procedure that adds a new row to the Categories table. To do that, this procedure should have one parameter for the category name.
Code at least two EXEC statements that test this procedure. (Note that this table doesnt allow duplicate category names.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
