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

Which sort is best for linked list?

0 Answers  


How do you increase the capacity of an arraylist?

0 Answers  


What actions are performed when a function is called?

0 Answers  


Tell me is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


What do you mean by Base case, Recursive case, Binding Time, Run-Time Stack and Tail Recursion?

2 Answers   TCS,






Where is binary tree used?

0 Answers  


Write the procedure to convert general tree to binary tree?

0 Answers  


Why do we study data structures?

0 Answers  


Differentiate between iterator and enumeration.

0 Answers  


How do you find the depth of a binary tree?

0 Answers  


Define linear data structures?

0 Answers  


Which one is the simplest sorting in data structure?

0 Answers  


Categories