Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A university is developing a database to manage its academic departments, courses, students, and faculty members. The university has a unique University _ ID ,
A university is developing a database to manage its academic departments, courses,
students, and faculty members.
The university has a unique UniversityID a name, and an address.
The university owns several academic departments, each with a unique DeptID
name, and head of department.
Each department offers multiple courses, and each course has a unique
CourseID title, and is taught by a faculty member.
Each department has many students and faculty members, and a student faculty
member belongs to one department only.
A faculty member has a unique FacultyID name, email, and works for a
department.
Students are enrolled in courses and have a unique StudentID name, and major.
Students can take multiple courses, and courses can have multiple students
enrolled.
Faculty members can teach multiple courses.
Design an ER diagram for this application, stating any assumptions you make
eg a faculty member can teach multiple coursesNote: In your design, please
consider a general setting that can be commonly observed in our everyday lives. If
you consider a special setting, you need to state your assumptions clearly.
marks
Based on your ER diagram, convert it into a relational schema using the mapping
guidelines discussed in the lecture. For each relation table obtained, specify the
name and its attributes, as well as the primary key. marks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started