Author |
Topic: Normailization (Read 705 times) |
|
puzzlecracker
Senior Riddler
Men have become the tools of their tools
Gender:
Posts: 319
|
|
Normailization
« on: Nov 23rd, 2004, 3:37pm » |
Quote Modify
|
can someone suggest a good and comprihensive source for that? normalization of DBMC
|
|
IP Logged |
While we are postponing, life speeds by
|
|
|
John_Gaughan
Uberpuzzler
Behold, the power of cheese!
Gender:
Posts: 767
|
|
Re: Normailization
« Reply #1 on: Nov 23rd, 2004, 8:49pm » |
Quote Modify
|
What exactly do you mean? I consulted the oracle, google, and came up with a bunch of stuff. None of it had to do with computer science.
|
|
IP Logged |
x = (0x2B | ~0x2B) x == the_question
|
|
|
puzzlecracker
Senior Riddler
Men have become the tools of their tools
Gender:
Posts: 319
|
|
Re: Normailization
« Reply #2 on: Nov 23rd, 2004, 9:19pm » |
Quote Modify
|
those are normal forms that relationa database [table] can take on. I am interested in elicit explanation of those.
|
|
IP Logged |
While we are postponing, life speeds by
|
|
|
puzzlecracker
Senior Riddler
Men have become the tools of their tools
Gender:
Posts: 319
|
|
Re: Normailization
« Reply #3 on: Nov 28th, 2004, 10:30pm » |
Quote Modify
|
If no one really knows this concept, I will research it myself so that others along with me can get an understanding of this very important and fundamental idea of CS
|
|
IP Logged |
While we are postponing, life speeds by
|
|
|
TenaliRaman
Uberpuzzler
I am no special. I am only passionately curious.
Gender:
Posts: 1001
|
|
Re: Normailization
« Reply #4 on: Dec 1st, 2004, 9:53pm » |
Quote Modify
|
Simply read through Database System Concepts By Korth,Silberchatz and Sudarshan It may not be as comprehensive as u may desire but its sufficient. You may also google for "Normalization lecture notes" , this will throw abundance of lecture notes that are available online. Ofcourse they all say the same thing in different ways so just find out which one suits u better.
|
|
IP Logged |
Self discovery comes when a man measures himself against an obstacle - Antoine de Saint Exupery
|
|
|
John_Gaughan
Uberpuzzler
Behold, the power of cheese!
Gender:
Posts: 767
|
|
Re: Normailization
« Reply #5 on: Dec 7th, 2004, 11:03am » |
Quote Modify
|
Essentially, normalization involves removing redundant data from a database. The lower normalized forms have all redundant data, while the higher forms have little or none. Most database books should cover this if they cover design issues.
|
|
IP Logged |
x = (0x2B | ~0x2B) x == the_question
|
|
|
|