GIS Dictionary

Definitions for GIS terms related to operations such as analysis, GIS modeling and web-based GIS, cartography, and Esri software.

Now available for purchase: A to Z GIS: An illustrated dictionary of geographic information systems.

Search the GIS Dictionary:

  Search  

Browse the GIS Dictionary:

GIS Bibliography

Researching GIS?
Search the GIS Bibliography for a vast index of books, journals, conference proceedings and reports.

second normal form

See Also: normal form

  1. [database structures] The second level of guidelines for designing table and data structures in a relational database. The second-normal-form guideline incorporates the guidelines of first normal form; in addition, it recommends removing data that applies to multiple rows in a table into its own table and using a foreign key to create a relationship to the original table. A database that follows these guidelines is said to be in second normal form.