What is the difference between clustered and non-clustered indexes?
Ask by Anonymous User
Updated 20 Sep 2020
Main 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.