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 |
Tell me the difference between structure and array?
How do you sort an array in decreasing order?
What happens in insertion sort?
What is tree and its properties?
What are the advantages of bubble sort?
What is the difference between hashmap and treemap?
What are the advantages of sorting and filtering data?
What is inserting in data structure?
What is b tree in data structure?
What are the different binary tree traversal techniques?
What data structure underlies a python list?
What is structure of data type?