Click here to Skip to main content
16,004,828 members
Home / Discussions / Database
   

Database

 
AnswerRe: Thread problem in multithreaded database applications Pin
Ashfield10-Sep-08 3:39
Ashfield10-Sep-08 3:39 
GeneralRe: Thread problem in multithreaded database applications Pin
ahmeday10-Sep-08 21:36
ahmeday10-Sep-08 21:36 
GeneralRe: Thread problem in multithreaded database applications Pin
Ashfield11-Sep-08 8:40
Ashfield11-Sep-08 8:40 
GeneralRe: Thread problem in multithreaded database applications Pin
ahmeday11-Sep-08 20:54
ahmeday11-Sep-08 20:54 
Questionsql problrm Pin
mahmoudinirat10-Sep-08 2:11
mahmoudinirat10-Sep-08 2:11 
AnswerRe: sql problrm Pin
Ashfield10-Sep-08 3:21
Ashfield10-Sep-08 3:21 
GeneralRe: sql problrm Pin
mahmoudinirat10-Sep-08 20:49
mahmoudinirat10-Sep-08 20:49 
GeneralRe: sql problrm Pin
Ashfield11-Sep-08 9:07
Ashfield11-Sep-08 9:07 
Well, I did say it assumed all the names in table 2 were in table 1!

To be honest, its a rubbish design in the first place, and whoever designed it should be sacked. However, I expect in reality I am doing your homework for you, so here you are:

select t1.name, t1.course, t2.course
from table_1 t1
left outer join table_2 t2 on t2.name = t1.name
union
select t2.name, t1.course, t2.course
from table_2 t2
left outer join table_1 t1 on t1.name = t2.name
where t1.name is null

Bob
Ashfield Consultants Ltd

AnswerRe: sql problrm Pin
shubhi10-Sep-08 22:21
shubhi10-Sep-08 22:21 
GeneralRe: sql problrm Pin
mahmoudinirat10-Sep-08 22:54
mahmoudinirat10-Sep-08 22:54 
AnswerRe: sql problrm Pin
Venkat Eswaran12-Sep-08 9:12
Venkat Eswaran12-Sep-08 9:12 
QuestionLimit in SQL Server Pin
Syed Shahid Hussain9-Sep-08 22:36
Syed Shahid Hussain9-Sep-08 22:36 
AnswerRe: Limit in SQL Server Pin
Giorgi Dalakishvili9-Sep-08 23:21
mentorGiorgi Dalakishvili9-Sep-08 23:21 
Questioninstalled sql server 2005 error Pin
bhatted9-Sep-08 19:02
bhatted9-Sep-08 19:02 
AnswerRe: installed sql server 2005 error Pin
Venkat Eswaran12-Sep-08 9:15
Venkat Eswaran12-Sep-08 9:15 
Questionstock software question, about MA Pin
followait9-Sep-08 17:34
followait9-Sep-08 17:34 
AnswerRe: stock software question, about MA Pin
Ashfield9-Sep-08 21:30
Ashfield9-Sep-08 21:30 
GeneralRe: stock software question, about MA Pin
followait9-Sep-08 22:12
followait9-Sep-08 22:12 
GeneralRe: stock software question, about MA Pin
Mycroft Holmes9-Sep-08 22:19
professionalMycroft Holmes9-Sep-08 22:19 
QuestionMS Excel "Database" Pin
nelsonpaixao9-Sep-08 14:29
nelsonpaixao9-Sep-08 14:29 
AnswerRe: MS Excel "Database" Pin
leckey9-Sep-08 15:06
leckey9-Sep-08 15:06 
AnswerRe: MS Excel "Database" Pin
DrukenProgrammer9-Sep-08 16:46
DrukenProgrammer9-Sep-08 16:46 
Questioni installed sql server 2005 it's giving error Pin
bhatted9-Sep-08 11:10
bhatted9-Sep-08 11:10 
AnswerRe: i installed sql server 2005 it's giving error Pin
Vimalsoft(Pty) Ltd9-Sep-08 11:27
professionalVimalsoft(Pty) Ltd9-Sep-08 11:27 
GeneralRe: i installed sql server 2005 it's giving error Pin
bhatted11-Sep-08 7:12
bhatted11-Sep-08 7:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.