Answered step by step
Verified Expert Solution
Link Copied!
Question
1 Approved Answer

You work in a medical clinic. Because of you expertise in database design, you have been asked to design a database to support the clinic

You work in a medical clinic. Because of you expertise in database design, you have been asked to design a database to support the clinic given the following information. There are several doctors that work in the clinic. ? For each doctor you need to keep track of their name, home address, cell phone, home phone, email, medical school attended, and the date they graduated. ? Additionally a doctor can have more than one specialty. For each specialty, you must track the name, date of last certification, and number of years the certification is good for. ? The clinic provides excellent care and has many patients. For each patient track the name, SSN, date of birth, address, home phone, cell phone, and insurance. Additionally, each patient is assigned to only one doctor, call the primary care provider. ? There are appointments. For each appointment you must track the patient, date of appointment, reason for visit, and the doctor the actually saw (normally the patient will see the primary care provider, but if they are unavailable, they may see another doctor) Use the seven step process discussed in class to design a relational database.

-note that it is just a diagram-

Database Design Steps
1. Determine the entities to be modeled as tables in the database.
2. Determine the field(s) that belong to each entity table in the database.
3. Identify the primary key(s) of each entity table in the database.

4. Determine the relationships between the entities modeled in the database.
5. Modify 1:M relationships by add the primary key of the 1 side as a foreign key on the many side.

6. Modify M:M relationships by creating a new table called a relationship table by adding the primary keys from both sides of the relationship to the new table.

7. Finalize the database design diagram.

Step by Step Solution

3.34 Rating (160 Votes )

There are 3 Steps involved in it

Step: 1 Unlock smart solutions to boost your understanding

DATABASE DESIGN Below is the database design for Medical cli... blur-text-image
Get Instant Access to Expert-Tailored Solutions

83% of Computer Science Students Improved their GPA!

Step: 2Unlock detailed examples and clear explanations to master concepts

blur-text-image_2

Step: 3Unlock to practice, ask, and learn with real-world examples

blur-text-image_3

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

  • tick Icon Access 30 Million+ textbook solutions.
  • tick Icon Ask unlimited questions from AI Tutors.
  • tick Icon 24/7 Expert guidance tailored to your subject.
  • tick Icon Order free textbooks.

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

Managing Human Resources

Authors: Wayne F. Cascio

9th edition

78029171, 978-0078029172

More Books

Students explore these related Databases questions

Question

2. smiling and laughter (being sociable);

Answered: 3 weeks ago