Confused about Clustered indexes

  • Hello everyone,

    I have read up on clustered indexes, but I have the follwoing question. Do clustered indexes store the entire row of the table in the leaf pages or just the value of the column on which the clustered index is created on? Thanks in advance.

  • Clustered indexes store the entire row of the table in the leaf pages. You can only have one per table, so choose wisely.

    Diane

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply