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 can a database be repaired?
what are the types of indexes? : Sql server database administration
What is pessimistic concurrency?
When we should use @@error?
Where is my database stored on the hard disk in ms sql server?
What are commonly used mssql functions in php?
Which database stores information about replication?
How to drop an existing table with "drop table" statements in ms sql server?
What is the difference between update lock and exclusive lock?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
Explain what is lock escalation?
What command is used to create a database in the sql server and how?
What is the difference between Stored Procedures and triggers?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration