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: 16 
Fill Factor:
Don't Recompute Statistics:  
Description:  

Index Columns

Name Descending
  TerritoryID 
Total: 1 column(s)

Statistics

Updated: Oct 21 2006 5:45PM  
Average key length: 10 
Density: 1.886792E-02 
Rows in the table: 53 
Rows sampled for statistics data: 53 
Distribution steps: 53 

SQL

CREATE  UNIQUE  INDEX [PK_Territories] ON [dbo].[Territories]([TerritoryID]) ON [PRIMARY]
GO

See Also

List of indexes