Home » 
        MCQs » 
        DBMS MCQs » 
        DBMS B+ Tree MCQs
    
        
    P points to the next leaf node in the ___ in every leaf node of the ___
    
    
    
    14. P points to the next leaf node in the ___ in every leaf node of the ___.
    
        - Tree
 
        - B+ Tree
 
        - B Tree
 
        - B++ Tree
 
    
    Answer: B) B+ Tree
    Explanation:
    P points to the next leaf node in the B+ tree in every leaf node of the B+ tree.