Rajeev Prajapati
What is a Clustered Index?
By Rajeev Prajapati in ADO.NET on Jun 26 2013
  • Munesh Sharma
    Apr, 2014 12

    Clustered Clustered indexes sort and store the data rows in the table or view based on their key values. These are the columns included in the index definition. There can be only one clustered index per table, because the data rows themselves can be sorted in only one order. The only time the data rows in a table are stored in sorted order is when the table contains a clustered index. When a table has a clustered index, the table is called a clustered table. If a table has no clustered index, its data rows are stored in an unordered structure called a heap.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS