A GIS analyst receives a single table of property data containing parcel ID, owner name, owner address, zoning code, and zoning description. They observe that for every parcel owned by the same person, the owner's name and address are repeated. Furthermore, the zoning description is repeated for every parcel with the same zoning code. This design violates which principle of database normalization?
-
A
First Normal Form (1NF), because fields contain non-atomic values.
-
B
Data indexing, because the redundant data slows down queries.
-
C
Third Normal Form (3NF), because it contains transitive dependencies.
-
D
Referential integrity, because foreign keys are not properly defined.