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

Index Columns

Name Descending
  OrderID 
  ProductID 
Total: 2 column(s)

Statistics

Updated:  
Average key length:  
Density:  
Rows in the table:  
Rows sampled for statistics data:  
Distribution steps:  

SQL

CREATE  UNIQUE  CLUSTERED  INDEX [PK_Order_Details] ON [dbo].[Order Details]([OrderID], [ProductID]) ON [PRIMARY]
GO

See Also

List of indexes