FOREIGN KEY|CustomerTypeID |REFERENCES Northwind.dbo.CustomerDemographics (CustomerTypeID) FOREIGN KEY|CustomerID |REFERENCES Northwind.dbo.Customers (CustomerID) PRIMARY KEY (non-clustered)|CustomerID, CustomerTypeID No foreign keys reference this table, or you do not have permissions on referencing tables.|