Question
How do I write one SQL Query combining the three below into one table? 1. Data capable of identifying the patients insurance company name 2.
How do I write one SQL Query combining the three below into one table?
1. Data capable of identifying the patients insurance company name 2. Data capable of describing the patients geographic location 3. An aggregation column showing the total cost of drugs administered during surgery (computed by QuantityGiven * Cost)
HOSPITALEMRDATA.DBO dbo.InsuranceProviders ProviderName City State Zip
dbo.Patients PatientID PatientName Birthdate MRN
dbo.PatientVisits PatientVisitID PatientID AdmissionDate DischargeDate InsuranceProviderID PatientCity PatientState PatientZip
SURGERYDATA.DBO dbo.Drug_Administrations DrugAdministraionID CaseID DrugID TimeGiven QuantityGiven
dbo.Cases CaseID MRN SurgeryData SurgeryStart SurgeryFinish ServiceLineID
dbo.Drugs DrugID Name Cost
dbo.ServiceLine ServiceLineID ServiceLineName
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started