Normalization - jellyfish-tom/TIL GitHub Wiki
[SOURCES]
- https://www.techopedia.com/definition/1221/normalization
- https://en.wikipedia.org/wiki/Database_normalization
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