The first normal form simply says that each cell of a table should contain exactly one value.Let’s try to understand this with an example. The following table shows an identified relation for
Student Registration
for courses.
As you see, a tuple represents a registration that is done for a date. |
Course_1
, Course_2
, Course_3
, ...),
Course
attribute has multiple value that violates the 1NF.
One way to handle it without decomposing the relation is to reorganize the tuples. |