need help
Here is a simple B+-tree with a root and 4 leaves. | 4 || 8 ||11|| 1* 2* |3* **** 5* 6* – 8*19*10*/*11*13*15* Assume that the tree has order P=4 and PLeaf = 3, and the arrangement of keys is in ascending order. Suppose that we insert a record with key 7 into this tree. Draw the new tree. Which of the following would be the list of keys in some node of the resulting tree? A. 7,8 OB. 4,5,6 OC. 6,7 OD. 4, 6, 8, 11 Show transcribed image text Here is a simple B+-tree with a root and 4 leaves. | 4 || 8 ||11|| 1* 2* |3* **** 5* 6* – 8*19*10*/*11*13*15* Assume that the tree has order P=4 and PLeaf = 3, and the arrangement of keys is in ascending order. Suppose that we insert a record with key 7 into this tree. Draw the new tree. Which of the following would be the list of keys in some node of the resulting tree? A. 7,8 OB. 4,5,6 OC. 6,7 OD. 4, 6, 8, 11
Expert Answer
Answer to Here is a simple B+-tree with a root and 4 leaves. | 4 || 8 ||11|| 1* 2* |3* **** 5* 6* – 8*19*10*/*11*13*15* Assume tha…