WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER?
Answer Posted / jai
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell about MOM Tool(Microsoft Operator Manager)?
What are scheduled tasks in sql server?
How to find the source of a table in sql server?
List out the different types of locks available in sql server?
What programming language would you use to create embedded functions in ssrs?
What are the different SQL Server Versions you have worked on?
What is the use of set nocount on/off statement?
What are drilldown reports?
What do you understand by the denormalisation?
Does index speed up select statements?
Explain about Normalization?
How to update values in a table with update statements in ms sql server?
List the different index configurations possible for a table?
How to turn off warning messages during php execution?
Does sql server use t sql?