MySQL Forums
Forum List  »  Newbie

Re: SQL QUERIES
Posted by: Stalin Lema
Date: November 03, 2014 02:41PM

For example, I need a member called Sam Smith to display all the courses she taught and the room number.

For example

SELECT term_desc, Course_name, Bldg_code;
FROM course_section;

I can't figure out how to input "Sam Smith" for the outcome

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
Re: SQL QUERIES
November 03, 2014 02:41PM
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.