Which type of efficient data structure is used in the internal storage representation in RDBMS?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between a stack and an array?
What is a linear search?
What should be done in the base case for this recursive problem?
How to reference all the elements in a one-dimension array?
What is dequeue operation?
Define a stack?
What is bubble sort technique?
What is bubble sort algorithm in data structure sort and searching?
Tell me about circular linked list?
Will this code give error if I try to add two heterogeneous elements in the arraylist? And why?
What is complexity algorithm?
What is bubble sort?
What is adt in data structure?
Define threaded binary tree.
Does arraylist maintain insertion order?