...
Database-Management-System
January 6, 2024
GATE 2005
January 6, 2024
Database-Management-System
January 6, 2024
GATE 2005
January 6, 2024

Database-Management-System

Question 31

A B-Tree used as an index for a large database table has four levels including the root node. If a new key is inserted in this index, then the maximum number of nodes that could be newly created in the process are:

A
5
B
4
C
3
D
2
Question 31 Explanation: 
No. of nodes in a children of a node = no. of keys in parent node + 1
Here, the tree has 4 levels, then 4+1=5 nodes to be present in the newly created process.
Correct Answer: A
Question 31 Explanation: 
No. of nodes in a children of a node = no. of keys in parent node + 1
Here, the tree has 4 levels, then 4+1=5 nodes to be present in the newly created process.

Leave a Reply

Your email address will not be published. Required fields are marked *