Which type of efficient data structure is used in the internal storage representation in RDBMS?
Answer / mamata nayak
B+ tree. Because in B+ tree, all the data is stored only in leaf nodes, that makes searching easier so for that we are using B+ tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a bubble sort and how do you perform it?
what is atmost complete binary tree?
What is difference between list and array?
What do you mean by linear probing?
Explain implementation of traversal of a binary tree.
What is the difference between length () and size () of arraylist?
Describe full binary tree and complete binary tree.
Explain what are the methods available in storing sequential files ?
How to excel in data structures and algorithms?
What is the Insertion Sort Code?.
How does dynamic memory allocation help in managing data?
What is the use of tree data structure?