Question: What is the main advantage of using a clustered index?
Options:
Correct Answer: It stores data in a sorted order
Solution:
A clustered index stores data in a sorted order based on the indexed column, which can significantly improve the performance of data retrieval.