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 bubble sort used for?
What is the difference between linked list and array?
How will you represent a linked list in a graphical view?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
What does the dummy header in the linked list contain?
Explain the term recursive case?
How many pointers are necessary to implement a simple linked list?
Can you sort a string?
Which sorting algorithm is best for small data?
What is data structure what is need of it?
How do you sort in ascending order in arraylist?
What is the difference between a hashmap and hashtable?
What is a class user?
How efficient is bubble sort?
Which sorting algorithm has minimum number of swaps?