fractionMan
Custom Title
There could be many Interviewers in each Interview, so that needs to be a many-to-many.
Interviewer is really just a role that a member of Staff plays. They are not separate things, so Staff can be linked directly to the join table of the many-to-many between Staff and Interview.
There is

The diagram shows that a given interview has many interviewers and that staff can be interviewers for many interviews.
"Interviewers" is an intermediate table that removes the many-many relationship. I'm not sure about you, but I tend to remove those as soon as possible.
On naming, one would expect a Staff table to hold Staffs. It doesn't. It holds Employees.
Fair enough lol.
Drawing diagrams has never been so easy!




]