- Published on
KembaraXtra- Computer Terms – 3NF
3NF, or third normal form, is a database normalization standard used in relational database design. A table is in third normal form if it is already in second normal form and all its non-key attributes depend only on the primary key, not on other non-key attributes. Achieving 3NF reduces data redundancy and improves data integrity by ensuring that each fact is stored in only one place
3NF, or third normal form, is a database normalization standard used in relational database design. A table is in third normal form if it is already in second normal form and all its non-key attributes depend only on the primary key, not on other non-key attributes. Achieving 3NF reduces data redundancy and improves data integrity by ensuring that each fact is stored in only one place
0 Comments