CHECK Table Level|([Bin]>=(0) AND [Bin]<=(100)) CHECK Table Level|([Shelf] like '[A-Za-z]' OR [Shelf]='N/A') DEFAULT on column ModifiedDate|(getdate()) DEFAULT on column Quantity|((0)) DEFAULT on column rowguid|(newid()) FOREIGN KEY|LocationID |REFERENCES AdventureWorks.Production.Location (LocationID) FOREIGN KEY|ProductID |REFERENCES AdventureWorks.Production.Product (ProductID) PRIMARY KEY (clustered)|ProductID, LocationID No foreign keys reference this table, or you do not have permissions on referencing tables.|