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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -