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 |
Which is the fastest sorting?
What is a multiset table?
Discuss how to implement queue using stack.
What are the major data structures used in the following areas : network data model & hierarchical data model?
ple.. briefly describe the purpose of having a base case and a recursive case in a recursive algorithm
How do I use quick sort?
what is R-B tree
What is the difference between binary tree and binary search tree?
State the properties of a binary tree?
What is a treemap chart?
Define adjacent nodes?
Explain what are the major data structures used in the network data model?