Problem integrity relationship when create relationship foreign key between table Employee.EmpID to table Work_On and table Department.ManagerID to Employee.EmpID
the question below
EMPLOYEE (EmpID, EmpName, DoB, Address, Gender, Salary, SupervisorID, DeptNo)
DEPARTMENT (DeptNo, DeptName, ManagerID, ManagerStartDate)
DEPT_LOCATION (DeptNo, DeptLocation)
PROJECT (ProjNo, ProjName, ProjLocation, DeptNo)
WORKS_ON (EmpID, ProjNo, Hours)
[Note: Primary key is bold, Foreign key is italic and ManagerID is EmpID foreign key]
Real.zip
Please help me...2 days working to solve this issue