In: Computer Science
Draw Entity Relation Diagram (ER-Diagram) for this
scenario:
A faculty has many departments. A
department belong...
- Draw Entity Relation Diagram (ER-Diagram) for this
scenario:
A faculty has many departments. A
department belong to one faculty.
Faculty has Faculty ID, Faculty name,
Faculty Address
Department has Department ID,
Department name
- Draw Entity Relation Diagram (ER-Diagram) for this
scenario:
Department can have many teachers.
Teacher only belongs to one department,
Teacher has teacherID, teacher_name,
teacher_address and phone_number
- Draw Entity Relation Diagram (ER-Diagram) for this
scenario:
Teacher can teach many students.
Student can be taught by many teachers.
Student has student_id and
student_name
- Draw Entity Relation Diagram (ER-Diagram) for this
scenario:
Student can register many courses.
Courses can be registered by many students
Course has courseID, course_name
- Draw Entity Relation Diagram (ER-Diagram) for this
scenario:
Department can have many courses.
Course belong to one department
- Combine all the ER-Diagram from 1 – 5 to be a Complete
ER-Diagram for BANK DHOFAR’s website/system with the relationship
between Entities.
- Draw a line for Primary Key for each Entity in ER-D (Question
6)For Question 6-7