Question: a. Engineers Primary Key: EID Columns: Lastname, Firstname, Email, Graddate b. Faculty Primary Key: FID Columns: Lastname, Firstname, Email, Hiredate c. Classes Primary Key: CID
a. Engineers Primary Key: EID Columns: Lastname, Firstname, Email, Graddate b. Faculty Primary Key: FID Columns: Lastname, Firstname, Email, Hiredate c. Classes Primary Key: CID Columns: Subject (e.g. SDEV), Catalognbr (e.g. 350), Title (e.g Database Security ) d. ClassEnrollments Primary Key: EnID Foreign Keys: CID (from Classes), FID (from Faculty), EID (from Engineers) Be sure table and column names exactly match the requirements. 3. Write and test a set of SQL statements that will insert the following quantity of records into each table a. 15 Engineers b. 3 Faculty
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
