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

How to include date and time values in sql statements?

0 Answers  


What are the properties of sub-query?

0 Answers  


What is a transact-sql statement batch in ms sql server?

0 Answers  


How to loop through returning rows?

0 Answers  


Explain indexed view?

1 Answers  






Define outer join?

0 Answers  


How to create dbo table in sql server?

0 Answers  


What are the High-Availability solutions in SQL Server and differentiate them briefly?

0 Answers  


what's the maximum size of a row? : Sql server database administration

0 Answers  


How to create a store procedure with encryption?

0 Answers  


What is the difference function and stored procedure?

0 Answers  


Explain Different types of Projects?

1 Answers  


Categories