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

Do you know sql server 2008 backup compression?

572


How to copy data from one table to another table?

549


How to create stored procedures with parameters in ms sql server?

529


What is the default schema of your login session in ms sql server?

595


What are the new features of sql server 2008 r2 reporting service?

110






How can you find out how many rows returned in a cursor?

558


How do I view a stored procedure in sql server query?

542


What function does a database engine serve in the sql server?

575


What do you mean by a dependent functionality in a build?

662


Explain collation?

628


What is explicit cursors?

563


What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas

551


You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date

605


Do you know what is sql service broker?

541


How to insert multiple rows with one insert statement in ms sql server?

588