Difference between Cluster and Non-cluster index?

Answer Posted / sangram nayak

clustered index: if there is any primary key then then its clustered index.only one clustered index can be possible.

Non clusterd index: whenever you are creating any index on any column then that is non clustered index.multile non clusted index is possible.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain difference between cross join and full outer join?

571


What are data driven subscriptions?

79


What is a non equi join?

554


Do you know what are acid properties of transaction?

532


What are different type of Collation Sensitivity?

566






Can you move the resources after pausing the node? : sql server database administration

606


Explain time data type in sal server 2008?

560


What is SQL Azure Fabric?

92


System variable and temporary variables

1724


Can group by and orderby be used together?

606


How many database files are there in sql server 2000?what are they?

589


What are types of subqueries?

570


create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration

514


What are the differences between stored procedure and view in sql server?

637


How do I create a partition table in sql server?

505