A table is said to be in the 1 NF when each cell of the table contains precisely one valid.
Consider the following table PROJECT.
PROJECT
The data in the table is not normalized because the cells in PRJCODE and HOURS have more than one value.
By applying the 1NF definition to the PROJECT table, you arrive at the following table :
PROJECT