what is cluster index in sql
1006
05-Aug-2019
Updated on 23-Sep-2020
Anonymous User
05-Aug-2019The clustered index defines the order in which data is physically stored in a table. The table data can be sorted in only way, therefore, there can be only one clustered index per table. In SQL Server, the primary key constraint automatically creates a clustered index on that particular column