Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

In a _______ clustering index, the index record contains the search-key value and a pointer to the first data record with that search-key value and the rest of the records will be in the sequential pointers.

a) Dense
b) Sparse
c) Straight
d) Continuous

Answer: a
Explanation: In a dense nonclustering index, the index must store a list of pointers to all records with the same search-key value.

Join The Discussion