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

Is bucket sort a comparison sort?

0 Answers  


Explain different methods in which you can traverse a tree?

0 Answers   NIIT,


List out few of the Application of tree data-structure?

1 Answers  


What is linear-logarithm chasm?

0 Answers  


What is arrays copyof?

0 Answers  


For which header list, the last node contains the null pointer?

0 Answers  


What is the difference between static and dynamic data?

0 Answers  


What are control structures?

0 Answers  


Which sort algorithm is best?

0 Answers  


What are AVL trees?

0 Answers   HAL,


What is scalar example?

0 Answers  


How can you insert a node to the beginning of a singly linked list?

0 Answers  


Categories