DEFAULT on column DateCreated|(getdate()) DEFAULT on column ModifiedDate|(getdate()) DEFAULT on column Quantity|((1)) FOREIGN KEY|ProductID |REFERENCES AdventureWorks.Production.Product (ProductID) PRIMARY KEY (clustered)|ShoppingCartItemID No foreign keys reference this table, or you do not have permissions on referencing tables.|