mysql - Joining four tables with SQL -
How can I join 4 tables and get information about an ID?
This is what I have done so far:
Try it.
SELECT students Student_id, course CRDDC, Nomination. Sdiid, nomination.offer_new, visit.offer_new students join student enrollment Student_ID = Nomination Please enroll on SDDIID registration. SIDIID = Attendance. Offer- Do not do any course. Offer_NO = course No Course WHERE Student_ID = '103';
In addition, the WHERE section looks like it may be wrong try "WHERE Student_ID = '103';"
Comments
Post a Comment