Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( Database Design Normalization: functional dependency ) Patient(patient_number, pat_name, pat_phone, insurance_code, ins_company, ins_class, primary_physician_id, prim_phys_name, prim_phys_phone, visit_time_date, visit_physician_id, diagnosis, treatment, fee) (1). Design the schema

(Database Design Normalization: functional dependency)

Patient(patient_number, pat_name, pat_phone, insurance_code, ins_company, ins_class, primary_physician_id, prim_phys_name, prim_phys_phone, visit_time_date, visit_physician_id, diagnosis, treatment, fee)image text in transcribed

(1). Design the schema of relational tables for storing these patient-records, all tables in BCNF. Underline primary keys and show foreign keys using arrows.

(2). If patients' insurance data and primary physician data were changed very infrequently. Now, compromise the relational schema design accordingly so that the above mentioned queries run faster while you still do not have to store patient records more than once. Show your modified schema diagram.

patient-number-) pat-name, pat-phone, insurance-code, ins-company, ins-class, primary physician id, prim phys _name, prim phys phone insurance code ins-company, ins-class . * primary_physician_id -> prim phys_name, prim phys_phone patient _number, visit_time_date) -> visit physician_id, diagnosis, treatment, fee

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

DNA Databases

Authors: Stefan Kiesbye

1st Edition

0737758910, 978-0737758917

More Books

Students also viewed these Databases questions

Question

e. What do you know about your ethnic background?

Answered: 1 week ago

Question

3. Develop a case study.

Answered: 1 week ago