A table with a single-attribute primary key cannot exhibit partial dependencies.
A table is in 2NF when it is in 1NF and contains no partial dependencies.
Therefore, a 1NF table is automatically in 2NF when its primary key is based on only a single attribute.
A table in 2NF may still contain transitive dependencies.