in Databases
10,143 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
in Databases
by
10.1k views

1 comment

Secondary index is dense index, option C is correct. Whereas, secondary non key index may or may not be dense index.
0
0

2 Answers

4 votes
4 votes
Best answer
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

4 Comments

Index entry will be created for every search key value

Your example is clustered index
0
0
0
0
edited by
0
0
3 votes
3 votes

Ref: Navathe

Answer:

Related questions