Question: Assignment 1 : a . Write a query to retrieve Visit _ ID , Hospital _ ID , the hospitals' name and city from the
Assignment :
a Write a query to retrieve VisitID HospitalID the hospitals' name and city from the table Visits and Hospitals using Inner Join.
b How many records did you get in the output?
Assignment :
a Write a query to retrieve VisitID HospitalID the hospitals' name and city from the table Visits and Hospitals using LEFT Join.
b How many records did you get in the output?
Assignment :
a Write a query to retrieve VisitID HospitalID the hospitals' name and city from the table Visits and Hospitals using FULL Join.
b How many records did you get in the output?
Assignment : write a query to count the number of visits of each hospitals using the Visits table.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
