Create a query that returns a list of all patients and their family member (add a column primary member id in the patient table; make one patient as the primary member and then create another column called relationship and add husband, wife, son, daughter etc.)
Create a query that returns a list of all patients and their family member (add a column primary member id in the patient table; make one patient as the primary member and then create another column called relationship and add husband, wife, son, daughter etc.)
Create a query that returns a list of all patients and their family member (add a column primary member id in the patient table; make one patient as the primary member and then create another column called relationship and add husband, wife, son, daughter etc.)
Ending: The clinic runs in two six hour shifts (7a.m to 2p.m) and (2p.m to 8p.m). Manager should be able to schedule doctors, nurses, and secretaries for shifts. Doctors are paid by the government but the Manager is supposed to pay salary to all other employees based on their hours worked. The system should be able to store this information and the manager should be able to generate a bi weekly report for the hours worked by the nurses and secretaries and therefore calculate their salaries (assume reasonable hourly rates for nurses and secretaries).
QUESTION: Create a query that returns a list of all patients and their family member (add a column primary member id in the patient table; make one patient as the primary member and then create another column called relationship and add husband, wife, son, daughter etc.)
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.