How is clustered index different from non-clustered index?
Answer Posted / Keshav Kumar Jha
In a clustered index, the actual data in a table is physically ordered by the key column(s). A table can only have one clustered index. In contrast, a non-clustered index stores the indexed columns along with a pointer to the location of the corresponding row in the table.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category