Question: Question 2 15 points Write an appropriate Create Table statement to declare the following relation in SQL: Car (Licence Num: string, Province: string. Make: string,
Question 2 15 points Write an appropriate Create Table statement to declare the following relation in SQL: Car (Licence Num: string, Province: string. Make: string, Model: string. Year: integer, VIN: string) where Make is a foreign key into a relation called Manufacturer (having an attribute also named Make as its primary key)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
