In RDBMS, what is the efficient data structure used in the internal storage representation?



In RDBMS, what is the efficient data structure used in the internal storage representation?..

Answer / rohit sah

B+ tree. Because in B+ tree, all the data is stored only in leaf nodes, that makes searching easier. This corresponds to the records that shall be stored in leaf nodes.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Which language is best to learn data structures?

0 Answers  


What are the different types of hash functions?

0 Answers  


Does stringutils isempty check for null?

0 Answers  


How can I search for data in a linked list?

0 Answers  


What do you mean by hash table?

0 Answers  






How do you sort a collection in descending order?

0 Answers  


What is the function of stack?

0 Answers  


Explain quick sort and merge sort algorithms.

0 Answers  


what is the need of data structure

11 Answers  


Do you know how to find if linked list has loop?

0 Answers  


How can a binary tree be represented using the rotation?

0 Answers  


Is bucket sort stable?

0 Answers  


Categories