what is cluster and nin-cluster index?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How to include date and time values in sql statements?
What are the properties of sub-query?
What is a transact-sql statement batch in ms sql server?
How to loop through returning rows?
Explain indexed view?
Define outer join?
How to create dbo table in sql server?
What are the High-Availability solutions in SQL Server and differentiate them briefly?
what's the maximum size of a row? : Sql server database administration
How to create a store procedure with encryption?
What is the difference function and stored procedure?
Explain Different types of Projects?