Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sort-merge join implementation for the given query

Status
Not open for further replies.

mythologyrocks

Programmer
Nov 19, 2003
10
GB
Hi all,

This is my given query:

Select * From T1, T2 where T1.PK = T2.C2 and T1.C3 = T2.C3

where T1 table has the integer fields P1,C1,C2 and T2 has integer fields PK1,C21,C31. I need to implement the above as a sort-merge join in C or C++ or Java, etc. Language ain't the problem. I can't understand what sort-merge join is. Any help is appreciated. [medal]

Regards,
Mythologyrocks!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top