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:  

Index Columns

Name Descending
  ShipPostalCode 
Total: 1 column(s)

Statistics

Updated: Oct 21 2006 5:45PM  
Average key length: 14.97108 
Density:
Rows in the table: 830 
Rows sampled for statistics data: 830 
Distribution steps: 84 

SQL

CREATE  INDEX [ShipPostalCode] ON [dbo].[Orders]([ShipPostalCode]) ON [PRIMARY]
GO

See Also

List of indexes