MySQL Forums
Forum List  »  Newbie

Re: SQL QUERIES
Posted by: Joseph Charles
Date: November 11, 2014 12:41PM

Is there a field that shows who the course was taught by?

Something like:

SELECT term_desc, Course_name, Bldg_code;
FROM course_section;
WHERE Tutor = "Sam Smith";

That would be the general idea, as for the correct syntax you had better check with others...

Options: ReplyQuote


Subject
Written By
Posted
November 03, 2014 01:22PM
November 03, 2014 02:10PM
November 03, 2014 02:32PM
November 03, 2014 02:52PM
November 03, 2014 07:50PM
November 03, 2014 02:41PM
Re: SQL QUERIES
November 11, 2014 12:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.