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 according to the order of the index entries, allowing for efficient data retrieval based on the indexed fields.
Related GATE Technical questions
⚔️ Practice GATE Technical free + battle 1v1 →