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


Please Help Members By Posting Answers For Below Questions

How to set database to be read_only in ms sql server?

554


How is foreign key related to primary key?

578


What are the kinds of subquery?

533


What is the process of normalization?

563


What is the importance of a recovery model?

615






What is SQL Azure Federations?

98


Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.

1430


Why use “nolock” in sql server?

565


Can we use pragma autonomous_transaction in trigger?

547


Can you get second highest salary from the table?

557


What is primary key index?

542


Define tempdb database?

600


What is an indexing technique?

497


What is the difference between a function and a stored procedure?

569


Explain isolation levels that sql server supports?

572