Question: Part 1 : Convert your ( E ) ER conceptual schema from Assignment 1 into relational database schema. Be certain to indicate primary keys and
Part :
Convert your EER conceptual schema from Assignment into relational database schema. Be certain to indicate primary
keys and referential integrity constraints
Please follow the relation schema format discussed in Lecture : ER to Relational mapping.
Example: Student Taking Course
Now, mapping the above ER to relational schema would look like the following. Primary Keys and Foreign Keys are
marked as shown.
StudentSID: Integer, name: String
Takes SID: Integer, CID: Integer
CourseCID: Integer, name: String, Semester: String
Concepture schema of assignment
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
