Properties

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: 40 
Fill Factor:
Don't Recompute Statistics:  
Description: Primary key (clustered) constraint 

Index Columns

Name Descending Included
  TerritoryID     
Total: 1 column(s)

Statistics

Updated: Apr 26 2006 11:49AM 
Average key length:
Density:
Rows in the table: 10 
Rows sampled for statistics data: 10 
Distribution steps:

SQL

CREATE  UNIQUE  CLUSTERED  INDEX [PK_SalesTerritory_TerritoryID] ON [Sales].[SalesTerritory]([TerritoryID]) ON [PRIMARY]
GO

See Also

List of indexes