0 votes
in Sql by
What is the main advantage of a clustered index over a non-clustered index?

 It is easier to create and manipulate.

 It requires extra memory but allows for speedy retrieval of records.

 It does not require additonal memory and allows for speedy retrieval of records.

 None of the above.
...