Select from following answers:- 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

- All Above
There must be only one Clustered Index in a Table,which is assigned to Primary key column.So 'More than one clustered index on a table' statement is False.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator