Question: Question 2 [5 points] Write an appropriate Create Table statement to declare the following relation in SQL: Car (LicenceNum: string, Province: string, Make: string, Model:
Question 2 [5 points] Write an appropriate Create Table statement to declare the following relation in SQL:
Car (LicenceNum: 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
