MySQL Forums
Forum List  »  Newbie

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

I have a table for each one that looks like this (don't worry about the syntax)

create table term;

term_desc archer(15);

create table course;

course_name archer(8);

create table location

bldg_code;
room archer(4)


I need to display all this that was taught by one member only. The result could be like this.

Kim Smith Intro to programming room 201 ...

Options: ReplyQuote


Subject
Written By
Posted
November 03, 2014 01:22PM
November 03, 2014 02:10PM
November 03, 2014 02:32PM
Re: SQL QUERIES
November 03, 2014 02:52PM
November 03, 2014 07:50PM
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.