Database-Management-System
August 29, 2024Transactions
August 29, 2024Database-Management-System
Question 521 |
What is the maximum number of nodes in a B-tree of order 10 of depth 3 (root at depth 0) ?
111 | |
999 | |
9999 | |
None of the above |
Question 521 Explanation:
→ Order of a B-tree represents the no. of children a node can have.
→ Let’s consider a B-tree of depth 3 and order 2.


→ Let’s consider a B-tree of depth 3 and order 2.
Correct Answer: C
Question 521 Explanation:
→ Order of a B-tree represents the no. of children a node can have.
→ Let’s consider a B-tree of depth 3 and order 2.


→ Let’s consider a B-tree of depth 3 and order 2.