urgent: What is the syntax for JOINing 3 tables
Hi,
What is syntax for joining 3 tables?
"SELECT * FROM Class INNER JOIN Teacher ON Teacher.TeacherID = Class.TeacherID"
This works fine, but how do I add another table to the equation here?
Thanks
__________________
Arowolo
|