GIS Dictionary

Browse dictionary

first normal form

URL copied Share URL
  1. [database structures] The first level of guidelines for designing table and data structures in a relational database. The first normal form guideline recommends creating a unique key for every row in a database table, eliminating duplicate columns from a table, and creating separate tables to contain related data. A database that follows these guidelines is said to be in first normal form.

Related Terms