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
Why do we use different types of data structures?
What are b tree keys?
Does linkedhashset allow duplicates?
What is collection sort?
Which is faster list or set?
What is a hashset?
Does list maintain insertion order?
Differentiate between queue and deque.
Can you please explain the difference between string and an array?
What are the properties of an algorithm?
Are lists mutable?
What is the difference between push and pop?
Does treemap sort on key or value?
Is radix sort stable?
Write a program to reverse a link list.