InterviewSolution
Saved Bookmarks
| 1. |
If an index entry appears for every search key value in the file, it is called as ________(a) Dense key(b) Dense index(c) Sparse key(d) Sparse indexThe question was asked in an international level competition.Asked question is from Ordered Indices in division Indexing and Hashing of RDBMS |
|
Answer» CORRECT option is (B) Dense index For explanation: In a dense index, an index entry appears for every SEARCH key value in the file. In a dense CLUSTERING index, the index RECORD contains the search-key value and a pointer to the first data record with that search-key value. |
|