what is cluster and nin-cluster index?

Answers were Sorted based on User's Feedback



what is cluster and nin-cluster index?..

Answer / vikram

Clustered index hold data at the leaf node.
non clustered hold data location (pointer) at the leaf node.
when we create primary key Clustered index automatically
created

Is This Answer Correct ?    9 Yes 0 No

what is cluster and nin-cluster index?..

Answer / hari

cluster Index create leaf level of (actul data) data.
Non-cluster Index create pointer level of data.

Is This Answer Correct ?    4 Yes 0 No

what is cluster and nin-cluster index?..

Answer / rajkumar

There can be only 1 Clustered index in a table

where as nonclustered index can be upto 249

Clustered is physical sorted index..

non clustered is logical stored index is faster than
clustered index

thats all i know

Is This Answer Correct ?    5 Yes 2 No

what is cluster and nin-cluster index?..

Answer / manisha

cluster index sorts the data ,so its affects the physical
arragement,while non clustered does not sorts the data.

a table can have max of 1 clustered index but can have upto
249 non clustered index.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is meant by indexing files?

0 Answers  


What functions can a view be used to performed?

0 Answers  


What are the default system databases in sql server 2000?

0 Answers  


what are batch in sql server?

2 Answers   Satyam,


How can you append an identity column to a temporary table?

0 Answers  






OPTIMIZATION OF SP,CURSOR,TRIGGERS

0 Answers  


Explain what is the purpose of sql profiler in sql server?

0 Answers  


Is oracle faster than sql server?

0 Answers  


what is the primary use of the model database? : Sql server administration

0 Answers  


How can I check if a view exists in a sql server database?

0 Answers  


What is ACID Property of Transaction?

10 Answers  


What are built in functions?

0 Answers  


Categories