Choose the incorrect option about the sql server index
Options
- Two types of indexes - clustered indexes and non-clustered indexes
- Both types use B-TREE for searching data
- Only one clustered index on a table
- More than one clustered index on a table
CORRECT ANSWER : More than one clustered index on a table
Write your comments