An entity is said to be in first normal form (1NF) when all attributes are single-valued.
To apply the first normal form to an entity, verify that each attribute in the entity has a single value for each instance of the entity. If any attribute has repeating values, it is not in 1NF.
The data model with two entities