reading-notes

Reading Notes for Codefellows!


Project maintained by AlanYHung Hosted on GitHub Pages — Theme by mattgraham

Code 301

Reading 14

(All My Notes are attributed/sourced from the Resources directly preceding them.)

Database Normalization (Explained in Simple English)

Author: Kris Wenzel

Article Source

Database normalization is a process used to organize a database into tables and columns.

(Quoted from Article)

<– Back