Question: Question 43 (Mandatory) (2 points) Now create a fifth table called compact_disc titles. Include these columns; cd_title, cd_name, artist_id no add a foreign key constraint
Question 43 (Mandatory) (2 points) Now create a fifth table called compact_disc titles. Include these columns; cd_title, cd_name, artist_id no add a foreign key constraint that references the primary key in the cd_musicians table artist_id no. c Question 44 (Mandatory) (2 points) Alter the compact_discs table to include a new column for in_stock. Make it not null and add a check constraint at the table level. the check constraint should make it so the column cannot be less than zero or larger than 30
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
