Which type of efficient data structure is used in the internal storage representation in RDBMS?
Answer / mamata nayak
B+ tree. Because in B+ tree, all the data is stored only in leaf nodes, that makes searching easier so for that we are using B+ tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you represent a linked list in a graphical view?
Is there any difference between int[] a and int a[]?
In RDBMS, what is the efficient data structure used in the internal storage representation?
Can hashtable have duplicate values?
What is collection process?
Mention the data structures which are used in graph implementation.
Does set allow null values?
Tell me real world example of polymorphism and encapsulation .
Which is the parent class of deque<e> class?
Why quicksort is called quick?
What is the difference between Array and Array List ? Explain in brief with example.
What should I learn first data structures or algorithms?