Which type of efficient data structure is used in the internal storage representation in RDBMS?



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

Post New Answer

More Data Structures Interview Questions

What is non linear data structure with example?

0 Answers  


Why do we Use a Multidimensional Array?

0 Answers  


How do you find the length of an arraylist?

0 Answers  


What do you mean by the term “percolate down”?

0 Answers  


How does hashset maintain order?

0 Answers  


write an algorithm to show the procedure of insertion into a b-tree?

0 Answers  


How many null values are allowed in a set?

0 Answers  


What is copyonwritearraylist?

0 Answers  


How do you access the values within an array?

0 Answers  


How do you sort an array by value?

0 Answers  


Explain multiply linked list in short.

0 Answers  


Which sorting algorithms are in place?

0 Answers  


Categories