Design an Entity Relationship (ER) model for a University database. Lets assume that we have the following conditions:
- A college contains many departments
- Each department can offer any number of courses
- Many instructors can work in a department
- An instructor can work only in one department
- For each department there is a Head
- An instructor can be head of only one department
- Each instructor can take any number of courses
- A course can be taken by only one instructor
- A student can enroll for any number of courses
10.Each course can have any number of students
Use the following steps:
Step 1 : Identify the Entities
Step 2 : Identify the relationships Step 3: Identify the key attributes
Step 4: Identify other relevant attributes (whenever possible)
By connecting all these details, draw the ER diagram. Submit ER Diagram
Reviews
There are no reviews yet.