retagged by
665 views
1 votes
1 votes
I have read this. -

Clustered index are those in which data is arranged on fields so that it act as an index.  like the phonebook. And in non-clustered index we make a new index outside and data and indexes are at different places like book index at the back.

And this also . - primary index ( clustered ) secondary ( non-clustered)

so if the primary is clustered this means the index should not be present outside. But we many time implement the index outside in primary index does it not make it non-clustered ?

If primary index is a clustred index then what is clustred index that states that make a entry for unique keys only. Are they both the same?
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
srestha asked Sep 16, 2017
624 views
Block size 1000 BSearch key 12 BPointer size 8BWhat is max records of DB1) For Dense index B+ tree of 2 level2) For Sparse index B+ tree of 2 levelHow ans will differ , P...
0 votes
0 votes
1 answer
2
AnilGoudar asked Jun 10, 2017
526 views
Is it possible to have an Index file which is both dense index and sparse Index?
0 votes
0 votes
0 answers
3
2 votes
2 votes
1 answer
4
Na462 asked Jun 29, 2018
693 views
Here the indexing is done on ordered field so which to use Dense or Sparse because both can be done here ?