389 views
0 votes
0 votes
please can someone explain dense index ,sparse index ,cluster indexing with a proper example instead of theory ?

1 Answer

0 votes
0 votes
DENSE INDEX :If an index value is created for every search value.

SPARSE INDEX :If an index entry is created for some records.

CLUSTER INDEX: If an index entry is created on data files whose file record are physically ordered on a non key field.

Related questions

113
views
1 answers
0 votes
Reenadayal asked May 13
113 views
consider a disk with block size 1024 bytes.A block pointer 6 bytes and record pointer 8 bytes.File has 10000 records.Every record is fixed length of 100 bytes. Its key is...
67
views
0 answers
0 votes
Reenadayal asked May 12
67 views
139
views
0 answers
0 votes
427
views
1 answers
0 votes
vishnu777 asked Nov 8, 2022
427 views
Can anyone explain in detail about the concepts of sencondary indexing in dbms??