Multiple choice technology programming languages

How many clustered indexes can be created on single table

  1. 1

  2. 128

  3. Up to number of columns in table

  4. 256

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A table can have only one clustered index because clustered indexes determine the physical order of data storage. The limits 128, 256, or 'up to columns' refer to non-clustered indexes, not clustered ones.