MySQL Entity Relationship Diagrams Assignment:
Create the ER diagram that produces the database schema from the given requirements and constraints listed below.
Suppose that a database is needed to keep track of student enrollments in classes and students’ final grades. After analyzing the mini-world rules and the users’ needs, the requirements for this database were determined to be as follows:
Each of the following combinations must be unique based on the typical mini-world constraints:
Important Assignment Submission Notes:
ERD No of entities: t1. Course entity t2. College entity t3. Department entity t4. Student entity t5. Grade entity t6. Instructor entity t7. Section entity Relationship: tThere are 1:M relationship between College entity and Department entity tThere are M:1 relationship between Course entity and Department entity tThere are 1:M relationship b ... See the full answer