If I set the foreign keys, then I can not insert into any of the three tables.
Without the foreign keys, then I can add records.
EmployeeID 1, JobId 1, then I add a record to the Xref table 1,1.
This works OK, but then there aren't any constraints.
If I add the constraints before adding any...