Is this okay to have two foreign keys in one table referencing one primary key of other table?
EmployeeID is a primary key in the employee table and appearing as a f
yes, there is no problem with that...you can use a primary key of one table in other table as foreign key two times.