Home » Programming & Data Structure » Programming and data structure miscellaneous » Question

Programming and data structure miscellaneous

Programming & Data Structure

  1. With reference to the B+ tree index of order 1 shown below, the minimum number of nodes (including the Root node) that must be fetched in order to satisfy the following query: "Get all records a search key greater than or equal to 7 and less than 15" is ____.
    1. 3
    2. 9
    3. 6
    4. None of the above
Correct Option: C



Your comments will be displayed only after manual approval.