Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SUBMISSION A: Using a UML modeling tool of your choice create an Entity-Relationship diagram (ERD) with the data model for the MedicalData2 database to reflect

SUBMISSION A:
Using a UML modeling tool of your choice create an Entity-Relationship diagram (ERD) with the data model for the MedicalData2 database to reflect the following business rules:
Hospitals employ many physicians and physicians may work at several hospitals (use associative entity PHYSICIAN_ROSTER)
Physicians have many patients and patients can have many physicians (use transactional entity APPOINTMENT)
Medical plans cover many patients and patients may be covered by several medical plans (use associative entity COVERAGE)
Many patients may undergo many operations (use transactional entity OPERATION)
A schedule of one or more procedures can be performed in an operation (use dependent/weak entity SCHEDULE)
Implement overall ten (10) entities:
APPOINTMENT
COVERAGE
HOSPITAL
MEDICAL_PLAN
OPERATION
PATIENT
PHYSICIAN
PHYSICIAN_ROSTER
PROCEDURE
SCHEDULE
Differentiate the types of entities in your diagram by using the following colors:
Regular/strong yellow
Dependent/weak blue
Associative red
Transactional green
or explicitely specify the types of entities.
Note that the database from the previous assignment HAS NOTHING TO DO with this one.
SUBMISSION B:
Implement the data model described by your ERD (create requisite entities, implement all constraints).

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 Management An Organizational Perspective

Authors: Richard T. Watson

1st Edition

0471305340, 978-0471305347

More Books

Students also viewed these Databases questions