Question: I need help with queries for these instructions. Database diagram attached from SQL Server Management Studio. a. Create an Update Stored Procedure that will update
I need help with queries for these instructions. Database diagram attached from SQL Server Management Studio.
a. Create an Update Stored Procedure that will update one record in the Person Table based on the personID, do not update the pwd, or roleID fields with this stored procedure.
b. Create a Delete Stored Procedure that will delete one record in the Person Table based on the personID, in addition delete all rows in all the association tables based that contain this personID
c. Create an Insert Stored Procedure that will insert a new row into the Person Table as well into the appropriate junction tables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
