A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

third normal form

[database structures] The third level of guidelines for designing table and data structures in a relational database. The third-normal-form guideline incorporates the guidelines of first and second normal form; in addition, it recommends removing from a table those columns that do not depend on the table’s primary key. A database that follows these guidelines is said to be in third normal form.

Related Terms