Normalization - jellyfish-tom/TIL GitHub Wiki

[SOURCES]

Normalization is the process of reorganizing data in a database so that it meets two basic requirements: (1) There is no redundancy of data (all data is stored in only one place), and (2) data dependencies are logical (all related data items are stored together).

*to be concluded