InterviewSolution
Saved Bookmarks
| 1. |
In Rdbms, What Is The Efficient Data Structure Used In The Internal Storage Representation? |
|
Answer» 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. 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. |
|