First normal form
First normal form (1NF) is a property of a relational model, specifically tables. Within a table that is in first normal form, each row has columns that are each represent one thing and contain one element. Additionally, there are no repeated columns in the table.
First normal form is a minimum criterion of database normalization.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.