List
Types of database anomalies
Define
Update anomaly
When data that’s stored in multiple locations isn’t updated in every location.
Define
Insert anomaly
When data cannot be added since it’s incomplete.
(i.e., missing required columns)
Define
Delete anomaly
Where deleting one piece of data also leads to the deletion of another piece of data.
(e.g., in a table of drivers and license plates, if a driver who owns a single license plate is deleted, the license plate data is deleted too.)