Back to Glossary
DatabaseIntermediate

What is Normalisation?

Organising a database to reduce redundancy by splitting data into related tables.

Why It Matters

Normalisation prevents data inconsistencies and reduces storage waste by storing each piece of information only once.

Real-World Example

Storing customer addresses in a separate table rather than repeating them in every order record.

“Understanding terms like Normalisation matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

From definition to deployment

Knowing the term is step one. Using it in something real is the rest.