Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following scenario: We are going to design a database for a small clinic. The clinic just has primary care physicians at the present

Consider the following scenario:
We are going to design a database for a small clinic. The clinic just has primary care physicians at the present time. Since there are no specialists, each patient must be assigned to one and only one primary care physician.
The physicians have an ID number, a name (first and last), a home address made up of street address, city, state and zip code, a license number and one or more phone numbers (home, business and mobile) and one or more email addresses.
The patients have an ID, first and last names, a home address made up of street address, city, state and zip code, one or more phone numbers (home, business and mobile) and one or more email addresses.
Questions/Tasks:
What are the attributes of this database?
Determine the relations involved in this database.
Normalize the relations to 4NF.
Show all foreign key relationships.
(Bonus) Draw the normalized ER diagram for this database (using MySQL Workbench, LucidChart or any other tool) and embed it in your answer here.

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

Graph Databases

Authors: Ian Robinson, Jim Webber, Emil Eifrem

1st Edition

1449356265, 978-1449356262

More Books

Students also viewed these Databases questions

Question

4. Who should be invited to attend?

Answered: 1 week ago