Data Structures Question: Download Data Structures PDF

In RDBMS, what is the efficient data structure used in the internal storage representation?

Tweet Share WhatsApp

Answer:

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.

Download Data Structures PDF Read All 48 Data Structures Questions
Previous QuestionNext Question
List out few of the Application of tree data-structure?What is a spanning Tree in data structure?