mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
1.1 KiB
1.1 KiB
| number headings | title | aliases | tags | |
|---|---|---|---|---|
| first-level 1, max 6, 1.1 | redundancy-and-anomalies | redundancy and anomalies |
|
Redundancy
when values are stored repetitively in database relations
How it arises
- ad hoc database
- flat file
- spreadsheet (no contraints)
- Poor database design
- poor analysis
- poorly designed ERDs (not thinkiing properly about the relationships)
- modifications to existing systems
- "bolting on" new attributes
- schema evolution over time
Anomalies
Update anomaly
An anomaly that occurs follows an UPDATE operation
e.g.,

Delete anomaly
An anomly that occurs following a DELETE operation
e.g.,

Insert anomaly
An anomly that occurs following a INSERT operation
e.g.,
Causes the process of putting johnson in system is delayed
