FOREIGN KEY|EmployeeID |REFERENCES Northwind.dbo.Employees (EmployeeID) FOREIGN KEY|TerritoryID |REFERENCES Northwind.dbo.Territories (TerritoryID) PRIMARY KEY (non-clustered)|EmployeeID, TerritoryID No foreign keys reference this table, or you do not have permissions on referencing tables.|