Question: Create a SQL Server Database, Tables and Stored Procedures that would satisfy the following requirements below: Create a table for Person records that have the
Create a SQL Server Database, Tables and Stored Procedures that would satisfy the following requirements below:
Create a table for "Person" records that have the following columnsfields
a PersonID Primary Key
b Last Name Length: Maximum of characters
c Given Name Length: Maximum of characters
d Middle Name Length: Maximum of characters
Create a table for "Student" records that have the following columnsfields
a StudentID Primary Key
b Student Number Length: Exactly characters
c Year Accepts values from
d PersonID Foreign Key
e ProgramID Foreign Key
Create a table for "Program" records that have the following columnsfields
a ProgramID Primary Key
b Program Description Length: Maximum of characters
Create the following Stored Procedures based from the requirements below:
a Stored Procedure to "Add Person" record last name, given name, middle name
b Stored Procedure to "Edit Person" record last name, given name, middle name
c Stored Procedare to "Delete Person" record
d Stored Procedure to "Vlew Person" specific record only
c Stored Procedure to "Add Student" record student number, program, year provided that the "Person" record already exists
f Stored Procedure to "Edit Student" record student number, program, year
Stored Procedure to "Delete Student" record
h Stored Procedure to "View Student" specific record only
if Gtored Prodedure to tedit Program record program descnption
i Gered Procedure to Delite Program recordA
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
