Answer by
seemoreglass (93)
Third normal form is a term relating to database design. The idea of normalization is to reduce storing redundant data. 3NF conforms to second normal form plus all non key columns must only depend on the key not transitively on one another. Often this means creating a new table.