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

List out the applications of a linked list?

0 Answers  


Can the double-checked locking fail on a single processor system?

0 Answers  


Which data structures are applied when dealing with a recursive function?

0 Answers  


How to sort 1 million floating point numbers?

0 Answers  


Explain Linked List

0 Answers   Tech Mahindra,






What is the space complexity of selection sort?

0 Answers  


What are the advantages of sorting?

0 Answers  


Why do we Use a Multidimensional Array?

0 Answers  


What is the minimization factor and time complexity of b-tree?

0 Answers  


Calculate the address of a random element present in a 2d array, given base address as ba.

0 Answers  


What is the difference between null and void?

0 Answers  


What is 1d array?

0 Answers  


Categories