Sales.ShoppingCartItem Table

Information

NameShoppingCartItem
SchemaSales
Row Count3
Data Size8 KB
Index Size24 KB
Reserved Size32 KB
Unused Size0 KB
Created14.10.2005. 1:58:36
Modified2.7.2009. 10:35:10

Extended Properties

NameTypeProperty NameValue
ShoppingCartItemTABLEMS_DescriptionContains online customer orders until the order is submitted or cancelled.

Columns

PKKeyIdentityNameData TypeAllow NullsCollationReferencesDefaultComputedCompute Expression
   ShoppingCartItemIDint   
 
 
 
   ShoppingCartIDnvarchar(100) SQL_Latin1_General_CP1_CI_AS 
 
 
 
   Quantityint   
((1))
 
 
   ProductIDint  Production.Product.ProductID
 
 
 
   DateCreateddatetime   
(getdate())
 
 
   ModifiedDatedatetime   
(getdate())
 
 

Indexes

NameTypePrimaryUniqueColumns
PK_ShoppingCartItem_ShoppingCartItemIDClustered  ShoppingCartItemID
IX_ShoppingCartItem_ShoppingCartID_ProductIDNonClustered  ShoppingCartID, ProductID

Check Constraints

NameColumnEnabledTrustedExpression
CK_ShoppingCartItem_QuantityQuantity  ([Quantity]>=(1))

Foreign Key Constraints

NameTypeReferenced Table
FK_ShoppingCartItem_Product_ProductIDForeign keyProduction.Product

Triggers

NameActivates onInstead OfFor ReplicationEnabledCreatedModified
uShoppingCartItemUPDATE   14.10.2005. 1:59:562.7.2009. 10:35:10