CHECK Table Level|([Discount]>=(0) AND [Discount]<=(1)) CHECK Table Level|([Quantity]>(0)) CHECK Table Level|([UnitPrice]>=(0)) DEFAULT on column Discount|((0)) DEFAULT on column Quantity|((1)) DEFAULT on column UnitPrice|((0)) FOREIGN KEY|OrderID |REFERENCES Northwind.dbo.Orders (OrderID) FOREIGN KEY|ProductID |REFERENCES Northwind.dbo.Products (ProductID) PRIMARY KEY (clustered)|OrderID, ProductID No foreign keys reference this table, or you do not have permissions on referencing tables.|