Question: Map the following medium-size software vendor data model into a relational database design. You are required to specify tables, primary keys, and foreign keys. Use
Map the following medium-size software vendor data model into a relational database design. You are required to specify tables, primary keys, and foreign keys.
Use the following format for the tables/relations
TABLE_NAME (column_name1, column_bame2, , column_namen)
Underline Primary Keys, and Italicized Foreign Keys
Example: TASK (TaskCode, Description, Type, Status, ListID)

COUNTRY CountryID CountryName EMPLOYEE Employeeld Name Address Phone COUNTRY_MANAGER Employeel Rank Manages DEVELOPER Employee Certificate ASSIGNMENT Employeeld ProjectID Score Hours Rate MEMBERSHIP Employeeld TeamID Joined Left PROJET ProjectID TEAM TeamID Is Responsible for TeamName + StartDate EndDate StartDate EndDate +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
