1NF
- Atomic Values: Every column of a table should contain only atomic values, which means that a value cannot be divided further
- No Repeating Groups: A table should not contain repeating columns or groups of data
This table is not in 1NF because the “Courses” column contains multi-valued attributes, which are not atomic.