Question: Create a VIEW named MORBIDITY that returns the following columns from each of these tables: child_info - childid - firstname - lastname baseline_visit - visitdate
Create a VIEW named MORBIDITY that returns the following columns from each of these tables: child_info - childid - firstname - lastname baseline_visit - visitdate - appeti - fever - cough - breath followup_visit - visitdate - appeti - fever - cough - breath
You will need to do an OUTER JOIN to join child_info to both baseline_visit and followup_visit. It should return ALL the records from child_info and the MATCHING records from baseline_visit and followup_visit.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
