-- (project_id, employee_id) is the primary key of this table. -- employee_id is a foreign key to Employee table. -- Each row of this table indicates that the employee with employee_id is working on ...
(project_id, employee_id) is the primary key of this table. employee_id is a foreign key to Employee table. Each row of this table indicates that the employee with employee_id is working on the ...