Question: Using the data model giving here, write an SQL statement to create the tables corresponding to the data model. A country can have many
Using the data model giving here, write an SQL statement to create the tables corresponding to the data model. A country can have many official languages in a language can be the official language in many countries each language belongs to a group. country *cname official > language *language group *groupname
Step by Step Solution
There are 3 Steps involved in it
COUNTRY table CREATE TABLE COUNTRY cname VARCHAR30 PRIMARY KEY NOT NULL LANGUAGE table CRE... View full answer
Get step-by-step solutions from verified subject matter experts
