Difference between Cluster and Non-cluster index?

Answer Posted / yashpal

Clustered index will be created by default when u
create primary key on a column. only one clustered index is
created per table

Non clustered index will be created automatically when u
create unique key on a column. A table can have no.of
unique keys, so we can create no.of non clustered indexes
per table.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain encryption of entire databases without the need for application changes in sql server 2008?

566


Can two tables have the same primary key?

567


How to create a dynamic cursor with the dynamic option?

557


What are the steps to insert a table?

541


What are commit and rollback in sql?

571






Do you know the different ddl commands in sql?

593


What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?

522


How to find Duplicate Records In table?

587


What is change data capture (cdc) feature?

594


What are the difference between data mart and data warehouse? : sql server analysis services, ssas

506


What is transaction server auto commit?

579


Give me a SQL Query to find out the second largest company?

694


Explain insert into select statement?

527


Explain “row_number()” in sql server with an example?

524


What are the advantages of the mirroring?

574