InterviewSolution
Saved Bookmarks
| 1. |
In B+ tree the node which points to another node is called(a) Leaf node(b) External node(c) Final node(d) Internal nodeI got this question in class test.This intriguing question comes from Ordered Indices in chapter Indexing and Hashing of Database Management |
|
Answer» CORRECT OPTION is (d) Internal node The EXPLANATION is: Nonleaf NODES are also referred to as internal nodes. |
|