Database normalization is a system through which we can reduce table space and complexity of tables structure. normalization give us easy to access database.RegardsMiniMarksoft
I still remember those from the DB course I took in the university. But be honest, I've never gone through from the 1NF all the way to the 3NF in real design/development. The first draft I usually give out is already normalized to the 3NF. All the intermediate steps are processed in my head. But the bad thing is, I can't explain to my colleagues why my DB designs are put in that way and I don't know how to teach them from the very beginning.Thank you very much! I now have the proper materials to teach and explain to them.
marcoionoxMay 31, 2008
Funny, I learned this a couple of weeks ago on school before learning T-SQL.
kd1sJun 1, 2008
I've been around databases so long that 3NF is my default. I call it granularity.
macrobugJun 2, 2008
In Soviet Russia the database normalizes you!... sorry :#
ngardnerJun 3, 2008
This article i wrote a couple of weeks ago is on the same topic, but helps you understand why normalization is good.<a class="user" href="http://www.factory8.com/2008/05/database-normalization/">http://www.factory8.com/2008/05/database-normaliza ...</a>
minimarksoftJun 25, 2008
Database normalization is a system through which we can reduce table space and complexity of tables structure. normalization give us easy to access database.RegardsMiniMarksoft
shinkouJun 30, 2008
I still remember those from the DB course I took in the university. But be honest, I've never gone through from the 1NF all the way to the 3NF in real design/development. The first draft I usually give out is already normalized to the 3NF. All the intermediate steps are processed in my head. But the bad thing is, I can't explain to my colleagues why my DB designs are put in that way and I don't know how to teach them from the very beginning.Thank you very much! I now have the proper materials to teach and explain to them.