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

Why is sorting and classifying important?

0 Answers  


What is data structure operations?

0 Answers  


Can arraylist be empty?

0 Answers  


Why do we study data structures?

0 Answers  


What's difference between stack and queue?

0 Answers  






Which is best array or linked list?

0 Answers  


What is the difference between file structure and storage structure?

0 Answers  


What is the difference between hashset and hashmap?

0 Answers  


What is data structure explain in detail?

0 Answers  


Is pointer a variable?

0 Answers  


Does treeset remove duplicates?

0 Answers  


What is a spanning tree in data structure?

0 Answers  


Categories