Explain why a secondary, unclustered index must be dense.

What will be an ideal response?

A dense index is an index whose entries are in 1-1 correspondence with the corresponding records in the data ?le. A secondary, unclustered index must be dense since data records are ordered di?erently from index entries and hence there is no way to ?nd a record if no index entry refers to it.

Computer Science & Information Technology

You might also like to view...

A graph consists of ______ sets.

a. two b. three c. four d. five

Computer Science & Information Technology

An attempt to divide a value by zero in a calculation is an example of a(n) ____ error.

A. compilation B. basic C. execution D. logic

Computer Science & Information Technology