Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Data Relationships with SQL and Sequelize!
Instruction
Database Normalization
Database designers often refer to related or duplicated data within a single table as "unnormalized" data and split that data into separate tables as "normalization".
During the normalization process, database designers think about how to best fit relevant data into tables while looking for data that could potentially repeat, as well as values that depend on one another, and anything that coul...