|
A university uses the following relation:
Student(Surname, Name, Skills)
The
attribute Skills can contain multiple values and therefore the relation is not
in the first normal form.
But the attributes
Name and Surname are atomic attributes that can contain only one value.
To get to the first normal form (1NF) we must create a separate tuple for each value of the multivalued attribute