Normalization in plain English

Posted by Yada on Stack Overflow See other posts from Stack Overflow or by Yada
Published on 2010-02-25T05:26:41Z Indexed on 2010/04/23 17:33 UTC
Read the original article Hit count: 350

Filed under:
|
|

I sort of understand the concept of database normalization but always have a hard time explaining it in plain English especially for a job interview. I have read the wikipedia post, but still find it hard to explain the concept to none developers. "Design a database in a way not to get duplicated data" is the first thing that comes to mind.

Does anyone was a nice way to explain the concept of database normalization in plain English. And what are some nice examples to show the differences between first, second and third normal forms.

Say you go to a job interview and the person asks: Explain the concept of normalization and how would go about designing a normalized database.

What key points are the interviewer looking for?

© Stack Overflow or respective owner

Related posts about normalization

Related posts about database