CHECK Table Level|([TransactionType]='p' OR [TransactionType]='s' OR [TransactionType]='w' OR [TransactionType]='P' OR [TransactionType]='S' OR [TransactionType]='W') DEFAULT on column ModifiedDate|(getdate()) DEFAULT on column ReferenceOrderLineNumber|((0)) DEFAULT on column TransactionDate|(getdate()) FOREIGN KEY|ProductID |REFERENCES AdventureWorks.Production.Product (ProductID) PRIMARY KEY (clustered)|TransactionID No foreign keys reference this table, or you do not have permissions on referencing tables.|