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


Please Help Members By Posting Answers For Below Questions

What happens if an integer is too big for int date type?

583


what are the steps you will take to improve performance of a poor performing query? : Sql server database administration

544


How to resolve the orphan use problem? : sql server security

543


How to replace given values with null using nullif()?

582


What is the stuff and how does it differ from the replace function?

545






What is the sql profiler?

555


Explain the steps needed to create a scheduled job?

532


Which operator do you use to return all of the rows from one query except rows are returned in a second query?

579


How to remove duplicate rows from table?

614


Can we take the full database backup in log shipping?

548


Explain what are page splits? : SQL Server Architecture

667


What is the difference between DATETIME2 and DATETIME?

644


Differentiate between SQL and ORACLE joins and write their syntax.

599


How to select an exiting database using mssql_select_db()?

517


What is abstracting periodical?

539