Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an ER diagram for the following situation (fields named id are identifiers; HINT: Recursive relationship(s) are involved): We want to model curriculum information. We

Create an ER diagram for the following situation (fields named id are identifiers; HINT: Recursive relationship(s) are involved):

We want to model curriculum information.

We want to keep track of programs, for which we have its id, and abbreviation, and a title.

We also keep track of courses; for each course we keep its id, a title, the number of credit hours, zero or more course objectives.

Each course belongs to zero or more programs, and a program will have one or more courses; for each of the programs a course belongs to, we record whether the course is required or elective for the program.

We keep track of topics; for each topic we keep its id and title.

We keep track of which course(s) cover which topic(s). Each topic is covered in one or more courses, and each course covers zero or more topics. We also keep track of how many contact hours the course includes for that topic.

We also keep track of whether a course has other courses as prerequisites. Each course could have zero or more other courses as prerequisites and be a prerequisite for zero or more courses.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Driven Web Sites

Authors: Joline Morrison, Mike Morrison

2nd Edition

? 061906448X, 978-0619064488

More Books

Students also viewed these Databases questions

Question

Why do people behave unethically?

Answered: 1 week ago