Eli5: Database Normalization

129 views

Every time I think I got it, I’m getting lost along the way. Please help!

In: 1

4 Answers

Anonymous 0 Comments

Normalization happens in relational databases, i.e. databases that store data in tables. The idea behind normalization is that the way you store the tables can be different than what you show the user. So it’s a way of rearranging the data you have into several tables that are efficient to search on and useful for the business.

You are viewing 1 out of 4 answers, click here to view all answers.