InterviewSolution
Saved Bookmarks
| 1. |
Define multilevel indices in dbms with example |
|
Answer» Index records comprise search-key values and data POINTERS. Multilevel index is STORED on the disk along with the ACTUAL DATABASE FILES. ... If single-level index is used, then a large sizeindex cannot be kept in memory which leads to multiple disk accesses. |
|