mythologyrocks
Programmer
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.
Regards,
Mythologyrocks!!!
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.
Regards,
Mythologyrocks!!!