Changes between Version 22 and Version 23 of Normalization


Ignore:
Timestamp:
07/16/26 07:24:49 (10 days ago)
Author:
235018
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v22 v23  
    584584= Summary of Normalization process
    585585
    586 ||=// Normal Form         =||=// Main Objective        =|| Changes Made        ||
     586||=// Normal Form         =||=// Main Objective        =||=// **Changes Made**        =||
    587587|| **Denormalized (UNF)**       || Store all data in one large table                   || Repeating groups and multi-valued attributes exist, leading to redundancy and anomalies.           ||
    588588|| **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.                         ||