Question: a. Create a Stored Procedure that takes a single parameterlvariable named I_OWNER_NUM to store user input value of a OWNER NUM. This stored procedure should
a. Create a Stored Procedure that takes a single parameterlvariable named I_OWNER_NUM to store user input value of a OWNER NUM. This stored procedure should selectUOutput the owner's first name and last name for the given I_OWNER_NUM from OWNER table. b. Create a Stored Procedure that takes a single parameter/variable named I_PROPERTY ID to store user input value of a PROPERTY ID. This stored procedure should select/Output the relevant columns as listed from the PROPERTY and OWNER tables. c. No need to create stored procedure here Add a new record to the OWNER table (any data content you want to add, as long as it executes properly) d. Create a Stored Procedure that takes 2 parameters/variables. I_OWNER_NUM to store user input value of a OWNER_NUM, and 1_ LAST NAME to store user input value of a new LAST. NAME This stored procedure should update/change the last name to the given value, for the given owner num
Step by Step Solution
There are 3 Steps involved in it
Certainly Heres how you can create the stored procedures and perform the operations requested assumi... View full answer
Get step-by-step solutions from verified subject matter experts
