Monday, November 10, 2014

Why a table can have only one clustered index?


A 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