Concept drill
dense index
GATE CSE & IT · Indexing & Storage · 2008-2026
3
PYQs
67%
keyed
0
elite explanations
3
years appeared
Study anchor
Korth — Database System Concepts
Relational model, SQL, normalization, transactions
Practice action
Start latest PYQPYQs in this concept
All concepts →2026 PYQ
An index in a DBMS is said to be dense if an index entry appears for every searchkey value in the indexed file. Otherwise it is called a sparse index. Consider the following two st...
mediumanswer keybasic explanation
2021 PYQ
A data file consisting of 1,50,000 student-records is stored on a hard disk with block size of 4096 bytes. The data file is sorted on the primary key RollNo. The size of a record p...
mediumbasic explanation
2008 PYQ
Consider a file of 16384 records. Each record is 32 bytes long and its key field is of size 6 bytes. The file is ordered on a non-key field, and the file organization is unspanned....
mediumanswer key