2
Shouts

.NET and SQL Server Interview Question - What are difference between Cluster index and Non-Cluster index?

posted by questpondquestpond 773 days, 15 hours, 59 minutes ago
Thursday, April 07, 2011 2:02:39 PM GMT

Answer: Both of these indexes uses "B-tree" structure but in Cluster index the "Leaf Node" actually points the physical data, but in Non-Cluster index it point’s to the "Row ID" and then the "Row ID" points to the "Leaf Node" of Cluster Index.

category: Data | clicked: 2 | | source: computerauthor.blogspot.com | show counter code
tags: .Net Interview Questions, SQL Server Interview Questions

No comments yet, be the first one to post comment.

To post your comment please login or signup