InterviewSolution
Saved Bookmarks
| 1. |
An ____________ consists of a search-key value and pointers to one or more records with that value as their search-key value.(a) Index entry(b) Index hash(c) Index cluster(d) Index mapThe question was posed to me in unit test.My question comes from Ordered Indices in division Indexing and Hashing of Database Management |
|
Answer» CORRECT answer is (a) Index entry The explanation is: The pointer to a RECORD consists of the identifier of a DISK BLOCK and an OFFSET within the disk block to identify the record within the block. |
|