Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi ! Im currently working in a query for my database class . Were using you data from a health clinic for clients who has

Hi! Im currently working in a query for my database class . Were using you data from a health clinic for clients who has a first time assessment for a procedure and need a reevaluation within 6 months. Right now Im getting a lot of duplication (see the photos below) because every time an assessment is done, a new row of data is created in the table. I would like to combine the rows of data into one row Ive attched a photonof the duplication issue
Query: SELECT cd.cid , cd.client_name , cd.attendingDoctor , assess.firstAssessment , assessment.sixMonthAssessment , discharge.dischargeDate From clientData cdInner join assessment_data assess ON assess.cid = cd.cid Left join discharge_data discharge ON
discharge.cid = cd.cid

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Ehs 2.0 Revolutionizing The Future Of Safety With Digital Technology

Authors: Tony Mudd

1st Edition

B0CN69B3HW, 979-8867463663

More Books

Students also viewed these Databases questions