what is the different between B-tree and B+ tree.
Answer Posted / ranjit kumar singh
The demerit of B+ tree is that it takes more space but its advantage is that it is used by RDBMS for faster retrieval of data or record.
| Is This Answer Correct ? | 28 Yes | 10 No |
Post New Answer View All Answers
How to inverting a function in sort and searching?
Can you please explain the difference between array_name and &array_name?
Is priority queue sorted?
Write a program to reverse a single linked list.
How can a binary tree be represented using the rotation?
What things you would care about to improve the performance of application if its identified that its db communication that needs to be improved?
What do you mean by heap order property?
Define depth and height of a node?
Is quicksort a stable algorithm?
Is unordered_map a hash table?
How to get largest and smallest number in an array?
How does sort function work?
What are hash tables good for?
Is boolean a data type?
What is the minimum number of nodes that a binary tree can have?