...
Normalization
August 29, 2024
Normalization
August 29, 2024
Normalization
August 29, 2024
Normalization
August 29, 2024

Database-Management-System

Question 287
A B-Tree of order 4 is built from scratch by 10 successive insertions. What is the maximum number of node splitting operations that may take place ?
A
5
B
6
C
4
D
3
Question 287 Explanation: 
Each node can contain maximum 4-1=3 elements. And if the 4th element comes to the node then it will get split.
Now let’s try to split the nodes maximum no. of times,
Insert 1,2,3,4






Correct Answer: A
Question 287 Explanation: 
Each node can contain maximum 4-1=3 elements. And if the 4th element comes to the node then it will get split.
Now let’s try to split the nodes maximum no. of times,
Insert 1,2,3,4






Leave a Reply

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