1NF Explanation
1NF Explanation
It ensures that the data is organized and meets the following conditions:
1. Atomic Values: Each column must contain indivisible, single values (no multiple values or lists).
3. No Repeating Groups: The table should not contain sets of related data in a single column.
2. Split them into individual rows so that each cell contains a single value.
|-----------|-------------|----------------|-----------------|
|-----------|-------------|----------|---------------|
Benefits of 1NF: