Insertion Anomaly: Multiple Tuples Data To Be Updated
Insertion Anomaly: Multiple Tuples Data To Be Updated
Insertion Anomaly
The insert anomaly refers to a situation in which you cannot insert a new tuple into relation
because of an artificial dependency of another relation
The error that has caused the anomaly is that attributes of two different entities are mixed into
the same relation
Deletion Anomaly
It refers to a situation where in a deletion of data about one particular entity causes unintended
loss of data that characterizes another entity.
Modification Anomaly
The update anomaly refers to a situation in which an update of a single data value requires
multiple tuples data to be updated
Modification in the value of specific attribute requires the modification in all records in which
that value occurs