Hi I'm using sql express,and I have two tables Employer and Employee,how can I relate the two tables so to differentiate between who works for who?

Employee table has EmployerID as a field and assigned both F_K and P_K to it .
Employer table also has EmployerID field and has only P_K assigned to it.
how can I relate the two tables ?