What is sorting and what is the difference between sorting & clustered Indexes?
The ORDER By clause sorts query results by one or more columns upto 8,060 bytes. This will happen by the time when we retrieve data from database. Clustered Indexes physically sorting data, while inserting/updating the table.