Write a script that creates and calls a stored procedure


Write a script that creates and calls a stored procedure named insert_category. 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 CALL statements that test this procedure. (Note that this table doesn't allow duplicate category names, be sure to handle that condition.) 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write a script that creates and calls a stored procedure
Reference No:- TGS0994529

Expected delivery within 24 Hours