Question: This assignment will have you create tables and write sQL code for the three tables shown below as par of the Orange Krate data model
This assignment will have you create tables and write sQL code for the three tables shown below as par of the Orange Krate data model using Stored Procedure(SPROC) Title Type Genre PK Title Type ID int PK Genre ID int Genre varchar(30) Type Media varchar(5) varchar(10) Title PK Title ID int Title varchar(30) FK1 Title Type ID int FK2 Genre ID int h) Create all three tables as shown above using SQL Server by writing sQL code. Follow the same method we adopted in class for creating tables. Do not use GUI
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
