Question: 1 . Write a query that JOINS all tables created in the previous lab to display the data in a similarformat to hospital _ basic.

1. Write a query that JOINS all tables created in the previous lab to display the data in a similarformat to hospital_basic. When you are joining your tables ensure that you are showing allrecords from the hospital_record table including unmatched rows. You are not using the hospital_basic table, but rather JOINing the physician,procedures, nurse, room, patient, and hospital_record tables to output a table in the sameformat. Modify your column headers to match hospital_basic.
2. Modify your query from Question 1 to only show rows with a valid physician, procedures,nurse, room, patient, and hospital_record. (Only matching rows)
3. Rerun your query from Question 2 order by AssistingNurse in descending order.
What would code be for these three?
 1. Write a query that JOINS all tables created in the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!