What is the difference between a clustered and a non-clustered index?
-
A
A clustered index is faster to create
-
B
A clustered index sorts and stores data rows physically, while a non-clustered index is a separate structure
-
C
A non-clustered index can only be on one column
-
D
A clustered index only works on primary keys