in Databases
3,217 views
2 votes
2 votes
Which of the following is not correct about B + Tree, which is used for creating index
of relational database table?
(a) Key values in each node kept in sorted order
(b) Leaf node pointer points to next node
(c) B + tree is height balanced tree
(d) Non-leaf node have pointers to data records
in Databases
3.2k views

1 comment

2 Answers

4 votes
4 votes
d is incorrect statement.In B+ tree all the data records are in leaf , that is the main difference b/w B+ Tree ane B tree
1 vote
1 vote
Answer should be D