Mapping Unary M:N Relationships,”Mapping this relationship requires adding an intersection relation:MECHANIC(MechID, Salary)SUPERVISES(SupervisorID, SuperviseeID)In this case
both SupervisorID and SuperviseeID are foreign keys that reference the primary key MechID. Together they create the composite primary key of SUPERVISES”