What is the difference between clustered and non-clustered indexes?
1234
20-Mar-2018
Updated on 20-Sep-2020
Anonymous User
20-Mar-2018Main difference between clustered and non-clustered Indexes are-
clustered index describes the order of record that is physically stored on the disk and Non clustered index is use to define Logical order that does not match the physical order on disk.
Clustered indexes can be read rapidly or faster rather than non-clustered indexes.