WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER?
Answer Posted / samrat sen
Clustered Index creation does not depend upon primary key ,
it can be created on any column, but the write answer is
whenever we create clustered index on a table it physically
sorts the column values, so another clustered index is not
possible.
| Is This Answer Correct ? | 14 Yes | 10 No |
Post New Answer View All Answers
How to add code to the existing article (using improve article)?
What is the difference between a check constraint and a rule?
How to create indexed view?
How to delete existing rows in a table?
How to drop an existing schema in ms sql server?
how to define testing of network layers? : Sql server database administration
What is collation?
What is the default value of an integer data type in sql server 2005?
How to connect to a sql server using odbc_connect()?
What is the process of indexing?
Why I have to use stored procedures?
What is faster join or union?
what stored procedure would you use to view lock information? : Sql server administration
What new data source types were added in ssrs 2014?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?