Skip to content

Instantly share code, notes, and snippets.

@akrueger
Created August 7, 2016 20:10
Show Gist options
  • Save akrueger/02d147a9737b318bb1364562a59a45e0 to your computer and use it in GitHub Desktop.
Save akrueger/02d147a9737b318bb1364562a59a45e0 to your computer and use it in GitHub Desktop.
Database normalization

Normalization

The process of organizing the columns (attributes) and tables (relations) of a relational database to minimize data redundancy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment