In RDBMS, what is the efficient data structure used in the internal storage representation?
Answer / rohit sah
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.
| Is This Answer Correct ? | 1 Yes | 0 No |
Are data structures important?
Which language is best to learn data structures?
Which language is best for learning data structures and algorithms?
Write an algorithm for inserting and deleting an element from doubly linked list?
Which is the simplest file structure?
What is linked list ?
What are the disadvantages of linear list?
What is vector and types of vector?
Explain in brief a linked list.
Describe the complexity of Quick Sort
What is dynamic array with example?
What do you mean by rehashing?