Question 1257 – Nielit STA [02-12-2018]
December 10, 2023
Transactions
December 10, 2023
Question 1257 – Nielit STA [02-12-2018]
December 10, 2023
Transactions
December 10, 2023

Database-Management-System

Question 788
Consider a B+ tree in which the maximum number of child nodes is 6. What is the minimum and maximum number of keys in such a tree?
A
3 and 4
B
2 and 5
C
2 and 4
D
3 and 5
Question 788 Explanation: 
→ B+ tree in which the maximum number of child nodes is 6. Maximum number of keys 5.
→ Order is Key(5)+1=6.
→ Minimum children that a node can have would be ⌈6/2⌉ =3.
→ Minimum number of keys that a node can have becomes 3-1=2.
Correct Answer: B
Question 788 Explanation: 
→ B+ tree in which the maximum number of child nodes is 6. Maximum number of keys 5.
→ Order is Key(5)+1=6.
→ Minimum children that a node can have would be ⌈6/2⌉ =3.
→ Minimum number of keys that a node can have becomes 3-1=2.

Leave a Reply

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