InterviewSolution
Saved Bookmarks
| 1. |
What are the leaf nodes in a B+ tree?(a) The topmost nodes(b) The bottommost nodes(c) The nodes in between the top and bottom nodes(d) None of the mentionedThis question was posed to me in an online quiz.This interesting question is from B+ trees topic in division Indexing and Hashing of RDBMS |
|
Answer» The CORRECT choice is (B) The bottommost NODES |
|