Question

What is a characteristic feature of a dense index in a database indexing system?

A Each index entry corresponds to a distinct value in the indexed column, and every value in the data file is represented in the index.
B Each index entry corresponds to a distinct value in the indexed column, but only a subset of values is represented in the index.
C The index contains a single entry for each unique data value, regardless of the number of occurrences in the data file.
D The index provides a way to organize data in a tree-like structure for efficient search operations.
E The index includes pointers to multiple values in the data file, but does not provide a direct mapping to the data.
Practice Next

Hey! Ask a query