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. 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
image text in transcribed

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_2

Step: 3

blur-text-image_3

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

Hands-On Database

Authors: Steve Conger

2nd Edition

0133024415, 978-0133024418

More Books

Students also viewed these Databases questions

Question

2. How do they influence my actions?

Answered: 1 week ago