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


Please Help Members By Posting Answers For Below Questions

What is join query?

667


Explain stored procedure?

785


What do we need queues in sql service broker?

692


What is indexed view?

751


How to find index size for each index on table?

769






what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration

685


What are the steps you can take to avoid “deadlocks”?

682


Where sql server user names and passwords are stored in sql server? : sql server database administration

795


Sql studio em braces a variety of capabilities, but will I need them all? Is there a simpler product ? : sql server management studio

685


Describe in brief sql server monitoring ways.

754


Can sql servers linked to other servers?

732


How can you start sql server in different modes?

712


What is a data collection table?

725


How can I add Reporting Services reports to my application?

105


Can you tell me about the concept of ER diagrams?

796