Clustered Index: | |
Primary Key Index: | |
Unique Index: | |
Ignore Duplicates: | |
Pad Index: | |
Allow Row Locks: | |
Allow Page Locks: | |
Is computed column in index: | |
Located On: | PRIMARY |
Size KB: | 16 |
Fill Factor: | 0 |
Don't Recompute Statistics: | |
Description: |
Name | Descending | |
|
ShipperID | 0 |
Updated: | |
Average key length: | |
Density: | |
Rows in the table: | |
Rows sampled for statistics data: | |
Distribution steps: |
CREATE UNIQUE CLUSTERED INDEX [PK_Shippers] ON [dbo].[Shippers]([ShipperID]) ON [PRIMARY]
GO
See Also
List of indexes