Hi John,
With reference from the sketch, i think my EmploymentHistory Table acts as a junction table between Employees Table and CostCenter Table already, is it?
Employee
EmployeeID
Surname
FullName
.......
EmploymentHistory
EmployeeID
CostCenterID.......
CostCenter
CostCenterID
CostCenterName
I need to have 3 cost centers for each employee, how do i do it so that no duplication will occur?