Construct an (E)ER diagram for a hospital system with the following requirements: Patients are described using unique ss# as well as name, insurance, admitted date, and checked-out date Doctors are described using unique dss# as well as their names and specialization. Each patient may have a set of tests, described by test id, test name, date, time, and results. These tests are performed by doctors. Then convert the (E)ER diagram to a collection of relation tables (Relational database schema). Determine all the primary and foreign keys.
Construct an (E)ER diagram for a hospital system with the following requirements: Patients are described using unique ss# as well as name, insurance, admitted date, and checked-out date Doctors are described using unique dss# as well as their names and specialization. Each patient may have a set of tests, described by test id, test name, date, time, and results. These tests are performed by doctors. Then convert the (E)ER diagram to a collection of relation tables (Relational database schema). Determine all the primary and foreign keys.
Question
Construct an (E)ER diagram for a hospital system with the following requirements:
- Patients are described using unique ss# as well as name, insurance, admitted date, and checked-out date
- Doctors are described using unique dss# as well as their names and specialization.
- Each patient may have a set of tests, described by test id, test name, date, time, and results.
- These tests are performed by doctors.
Then convert the (E)ER diagram to a collection of relation tables (Relational database schema). Determine all the primary and foreign keys.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps