DEFAULT on column ModifiedDate|(getdate()) DEFAULT on column rowguid|(newid()) FOREIGN KEY|ContactID |REFERENCES AdventureWorks.Person.Contact (ContactID) FOREIGN KEY|ContactTypeID |REFERENCES AdventureWorks.Person.ContactType (ContactTypeID) FOREIGN KEY|CustomerID |REFERENCES AdventureWorks.Sales.Store (CustomerID) PRIMARY KEY (clustered)|CustomerID, ContactID No foreign keys reference this table, or you do not have permissions on referencing tables.|