Difference between Cluster and Non-cluster index?

Answer Posted / veerreddy

clustered index is that the order of data in table is always
equal or matches to order of data stored in index.there is
only one(1) clustered index for table.it is usually applied
on primary key column in table.

other hand the non-clustered index is that the order of data
in table is not equal or matches to order of data stored in
index.so they can be applied on non-primary key columns like
unique,foreign key etc.A table can have (249) non-clustered
indexes

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between DELETE and TRUNCATE?

617


What is mscorsvw.exe - process - microsoft .net framework ngen?

531


explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?

1989


State the difference between union and union all?

523


can we have a nested transaction? : Sql server database administration

507






how to do partition in sqlserver

1974


What is log ldf?

559


How to make remote connection in database?

599


Can select statements be used on views in ms sql server?

582


How to define and use table alias names in ms sql server?

565


What is the use of nvl work?

565


What happens if null values are involved in boolean operations?

558


How do you implement session management in SQL Server mode?

562


How to change the ownership of a schema in ms sql server?

563


Explain mixed authentication mode of sql server?

549