WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER?

Answer Posted / honnur swamy

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 ?    33 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does sql server mean?

538


What is fill factor and pad index?

554


You want to implement the one-to-one relationship while designing tables. How would you do it?

540


What are built in functions?

586


How to access the deleted record of an event?

587






Explain the dbcc pintable command when would you use it?

516


How do I get Report Builder to generate a parameter that can be set by users viewing the report?

100


How do I create an extended event in sql server?

501


What are date and time data types in ms sql server?

540


Can you tell me about the concept of ER diagrams?

608


What is a non-clustered index?

574


What is a DBMS, query, SQL?

587


Explain multiserver query

565


Can you please differentiate between a primary key and a unique key?

546


Is INSTEAD OF trigger directly applicable to Table ?

585