database----database normalization
Posted
by
runeveryday
on Stack Overflow
See other posts from Stack Overflow
or by runeveryday
Published on 2011-01-06T02:34:09Z
Indexed on
2011/01/06
2:53 UTC
Read the original article
Hit count: 547
database
|database-design
someone told me the following table isn't fit for the second database normalization. but i don't know why? i am a newbie of database design, i have read some tutorials of the 3NF. but to the 2NF and 3NF, i can't understand them well. expect someone can explain it for me. thank you,
+------------+-----------+-------------------+
pk pk row
+------------+-----------+-------------------+
A B C
+------------+-----------+-------------------+
A D C
+------------+-----------+-------------------+
A E C
+------------+-----------+-------------------+
© Stack Overflow or respective owner