Home » 
        MCQs » 
        DBMS MCQs » 
        DBMS B+ File Organization MCQs
    
        
    In some ways, B+ trees are similar to ___ (BSTs), but they can have more than two children
    
    
    
    5. In some ways, B+ trees are similar to ___ (BSTs), but they can have more than two children.
    
        - Binary Stem Trees
- Binary Stretch Trees
- Binary Search Trees
- Binary Solve Trees
Answer: C) Binary Search Trees
    Explanation:
    In some ways, B+ trees are similar to binary search trees (BSTs), but they can have more than two children.