Hi Guys,
If I have 2 tables named "Employee" and "department" and the EmployeeID from the Employee table is a foreign key in the the department table. It is a one-2-one relationship.
Now if the Primary Key EmployeeID in the employee table is changed or updated or removed, then what should I do with the EmployeeID foreign key ?
If I have 2 tables named "Employee" and "department" and the EmployeeID from the Employee table is a foreign key in the the department table. It is a one-2-one relationship.
Now if the Primary Key EmployeeID in the employee table is changed or updated or removed, then what should I do with the EmployeeID foreign key ?