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

What is sql server management studio? : sql server management studio

584


What is the difference between dropping a database and taking a database offline?

698


What are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture

563


Can anyone tell that the extra features are there in SQL SERVER 2008 that are not available in previous versions .

1489


Why does sql studio use a single registered database repository? : sql server management studio

532






Tell me what is log shipping?

569


how to take backup bcp out for a column in table in sql server?

1640


What is buffer cash and log cache in sql server?

593


Mention the differences between having and where clause.

557


What are the steps to follow to configure SQL*Net?

559


How do you delete duplicate records in sql server?

511


Do you know what is xpath?

559


hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail

1788


How can delete duplicate records in cte in sql server?

518


What are the methods used to protect against sql injection attack?

575