what is the different between B-tree and B+ tree.
Answer Posted / baskerdearer
In B+ tree all the data present at the leaf node. so we can
easily access the data. In DBMS the table value stored by
B+ tree.
| Is This Answer Correct ? | 83 Yes | 8 No |
Post New Answer View All Answers
What is difference between list and linked list?
Is quicksort divide and conquer?
What is the use of sorting?
Can we override compareto method for enumerations?
What is the difference between hashset and arraylist?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
What is the need of sorting?
Define a linear data structure.
Which language is best to learn data structures?
In what data structures are pointers applied?
How many pointers are necessary to implement a simple linked list?
Different Types of pattern?
What exactly is data?
What do you mean by Logical Error
What is merge sort and how it works?