InterviewSolution
Saved Bookmarks
| 1. |
In a __________ index, an index entry appears for only some of the search-key values.(a) Dense(b) Sparse(c) Straight(d) ContinuousThe question was asked in an online quiz.This intriguing question originated from Ordered Indices in portion Indexing and Hashing of Database Management |
|
Answer» CORRECT OPTION is (a) Dense Explanation: Sparse indices can be used only if the relation is stored in SORTED order of the SEARCH KEY, that is if the index is a clustering index. |
|