Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Database normalization

Database normalization

  • First Normal Form (1NF) - every column should store only one value.
  • Second Normal Form (2NF) - the same value should not be repeated in the column.
  • Third Normal Form (3NF)
  • BCNF