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 |
Write a program for reversing the Single Linked List?
What is the meaning of anonymous array? Explain with an example?
Is arraylist reference type?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What is a property class?
What are the advantages of sorting?
Is array of data structure?
How can you insert a node at the end of linked list?
What does the dummy header in the linked list contain?
Does map extend iterable?
Is hashset thread safe?
What do you mean by balance factor of a node in avl tree?