Normalization
- normalization eliminates data redundancy
Norm ensures better data integrity
- Enforces data consistency
- Safer updating, removing, and inserting
- Easier to redesign by extending
OLTP and OLAP
OLTP : typically highly normalized
- write-intensive
- prioritize quicker and safer insertion of data
OLAP : less normalized
- read-intensive
- prioritize quicker queries for analytics
Data Anomalies
- update anomaly
- insertion anomaly
- deletion anomaly