1

There are 1 best solutions below

1
On

This relationship is employee mentor employees and employees mentored by employee. since this is an Optional both side and one to many relationship, you just need to create a foreign key mentor(Fk) inside the employee table and remove the recursive line form the table.