Clustered Index

A clustered index determines the physical order of data in the table. Each table can have only one clustered index because the data rows themselves can be sorted in only one order. The leaf nodes of a clustered index contain the actual data pages of the table.