Exams › GATE › Technical
An index is clustered if
- it is on a set of fields that form a candidate key.
- it is on a set of fields that include the primary key.
- the data records of the file are organized in the same order as the data entries of the index.
- the data records of the file are organized not in the same order as the data entries of the index.
Correct answer: the data records of the file are organized in the same order as the data entries of the index.
Solution
A clustered index organizes the actual data records in the database table in the same order as the index entries, allowing for faster retrieval of data since the physical storage aligns with the logical ordering of the index.
Related GATE Technical questions
⚔️ Practice GATE Technical free + battle 1v1 →