WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER?
Answer Posted / abhijit
A clustered index sorts and stores the data rows in the
table based on the index key values. Therefore only one
clustered index can be created on each table because the
data rows themselves can only be sorted in one order.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is logshipping and its purpose?
Differentiate between truncate vs delete in mssql?
What happens if null values are involved in comparison operations?
Which joins are sql server default?
How to maintain a fill factor in existing indexes?
Tell me what is log shipping?
How to get the definition of a stored procedure back?
Can we write ddl in trigger?
List out some of the requirements to set up a sql server failover cluster?
what are isolation levels? : Sql server database administration
How can I tell if sql server is 32 or 64 bit?
What does it mean to normalize a database and why would you do it?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
Do you know what are the ways available in sql server to execute sql statements?
Explain iaas, paas and saas?