Wednesday, 10 August 2016

Why only one clustered index is created in a table?

Why only one clustered index is created in a table?

clustered index sorts and stores the data rows in the table based on the index key values. Therefore only one clustered index can be created on each table because the data rows themselves can only be sorted in one order.

No comments:

Post a Comment