Changes between Version 22 and Version 23 of Normalization
- Timestamp:
- 07/16/26 07:24:49 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Normalization
v22 v23 584 584 = Summary of Normalization process 585 585 586 ||=// Normal Form =||=// Main Objective =|| Changes Made||586 ||=// Normal Form =||=// Main Objective =||=// **Changes Made** =|| 587 587 || **Denormalized (UNF)** || Store all data in one large table || Repeating groups and multi-valued attributes exist, leading to redundancy and anomalies. || 588 588 || **First Normal Form (1NF)** || Eliminate repeating groups and ensure atomic values || Multi-valued attributes (e.g., colors, images, products in an order) are split into separate rows or relations so that each field contains a single value. ||
