A EMPLOYEE relation has the following attributes: EmployeeID, EmployeeName, BirthDate, CourseID, CourseTitle, DateCompleted
There is one row for each Course completed by an employee. There is currently one employee that completed the Security course.
What type of anomaly would surface if that employee row were removed?
Addition Anomaly
Deletion Anomaly
Update Anomaly
Insertion Anomaly