Question: Give the SQL statements to create the database schema. 0 The primary keys are underlined The foreign keys are written with the green color Create
Give the SQL statements to create the database schema. 

0 The primary keys are underlined The foreign keys are written with the green color Create the following tables and their corresponding attributes and constrains (primary keys, foreign keys). You don't need to populate the database (don't enter any data into the tables, just create the tables) Assume the appropriate data type for the attributes EMPLOYEE (eld, eName) UNIVERSITY (LName, Address, Phone Num, coordinatorld) STUDENT (sld, sName, uName, mentorld) PROJECT (pld, pName, startdate, supervisorld, pdate) PROGLANGUAGES (sld, progLang) ASSIGNED (studentId, projectID, adate) BUDGETHISTORY (projectID, bhYear, budget)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
