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 |
Explain what are the major data structures used in the rdbms?
Define Data Structures?
Why do we need searching algorithms?
How is heap sort implemented?
Is Linked List 'linear' or 'Non-linear' data structure?
Write an algorithm for inserting and deleting an element from doubly linked list?
What is the use of tree data structure?
Can you store different types in an array?
What is bubble sort algorithm in data structure sort and searching?
How does quick sort work?
How do you sort an arraylist?
What is a hash in programming?