A normal form defines a system of constraints. If a relation meets the constraints, the relation is in normal form.
By definition, a relational database is normalized to first normal form, because the column values are always atomic. That is, a column must contain exactly one value or null.
However, a database in first normal form is vulnerable to redundancy and update anomalies. The higher normal forms correct those problems.