10,176 views
2 votes
2 votes

Which of the following is dense index?

  1. Primary index
  2. Clustered index
  3. Secondary index
  4. Secondary non-key index

2 Answers

Best answer
4 votes
4 votes
A. Primary index is maintain for the anchor value of block i,e one key value per block maintained in Index file.

B. Clustering index is basically mixed sort of Indexing i,e Dense as it is maintained for  unique value (key)  and Sparse as it is not maintained for every value.

C. Index is maintained for every key value so dense index.

ans. C
selected by
Answer:

Related questions

3 votes
3 votes
3 answers
1
Arjun asked Apr 22, 2018
3,648 views
Considering the following table in a relational database : $$\begin{array}{|c|c|c|c|} \hline \textbf{Last Name} & \textbf{Rank} & \textbf{Room} & \textbf{shift} \\ \hline...