InterviewSolution
Saved Bookmarks
| 1. |
The ___________ merges the sorted relation with leaf entries of the secondary B+ tree index.(a) Merge join algorithm(b) Hybrid merge join algorithm(c) Hash join algorithm(d) Hybrid Hash join algorithmThe question was asked in an interview.This interesting question is from Join and Other Operations in division Query Processing and Optimization of RDBMS |
|
Answer» The CORRECT choice is (b) Hybrid MERGE JOIN ALGORITHM |
|