Answer:
The correct answer is update anomaly.
Step-by-step explanation:
The normalization process is a standard that basically consists of a process of conversion of the relations between the entities, avoiding:
- Data redundancy: repetition of data in a system.
- Update anomalies: data inconsistencies as a result of redundant data and partial updates.
- Deletion anomalies: unintentional loss of data due to other data being deleted.
- Insertion anomalies: inability to add data in the database due to the absence of other data.