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 the order of b tree?

0 Answers  


What is sort order?

0 Answers  


Explain what are the types of collision resolution techniques and the methods used in each of the type?

0 Answers  


How do you sort a list in reverse order?

0 Answers  


Does the minimal spanning tree of a graph give the shortest distance between any 2 specified nodes?

0 Answers  






What is collection process?

0 Answers  


List the data structures which are used in rdbms.

0 Answers  


Is vector synchronized?

0 Answers  


Why linked lists are better than arrays?

0 Answers  


Convert following infix expression to the prefix expression. a - b + c * (d / e - (f + g))

33 Answers   Amazon, Microsoft, Star Technologies, Sun Microsystems, Wipro,


Is duplicate allowed in hashmap?

0 Answers  


What is the difference between hashmap and linkedhashmap?

0 Answers  


Categories