Web Design Forum


Go Back   Web Design Forum > Web Programming > ASP and MS SQL
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

  #1  
Old 06-20-2009, 07:03 AM
web development web development is offline
Junior Member
 
Join Date: Jun 2009
Posts: 1
Default Ms Sql

What is database normalization?
Reply With Quote
  #2  
Old 07-20-2009, 08:00 PM
Ozmo Ozmo is offline
Junior Member
 
Join Date: Jul 2009
Posts: 8
Default Database Normalization

Normalization is the process of efficiently organizing data in a database. There are two goals of the normalization process: eliminating redundant data (for example, storing the same data in more than one table) and ensuring data dependencies make sense (only storing related data in a table). Both of these are worthy goals as they reduce the amount of space a database consumes and ensure that data is logically stored.
__________________
Ozmo
Chicago Web Design
Reply With Quote
  #3  
Old 07-29-2009, 09:42 AM
gkumar gkumar is offline
Senior Member
 
Join Date: Jul 2009
Posts: 145
Default What is database normalization?

If you've been working with databases for a while, chances are you've heard the term normalization. Perhaps someone's asked you "Is that database normalized?" or "Is that in BCNF?" All too often, the reply is "Uh, yeah." Normalization is often brushed aside as a luxury that only academics have time for. However, knowing the principles of normalization and applying them to your daily database design tasks really isn't all that complicated and it could drastically improve the performance of your DBMS.

In this article, we'll introduce the concept of normalization and take a brief look at the most common normal forms. Future articles will provide in-depth explorations of the normalization process.
Reply With Quote
  #4  
Old 11-20-2009, 12:32 AM
canhue canhue is offline
Junior Member
 
Join Date: Nov 2009
Posts: 1
Default

I accept with information: Normalization is the process of efficiently organizing data in a database. There are two goals of the normalization process: eliminating redundant data (for example, storing the same data in more than one table) and ensuring data dependencies make sense (only storing related data in a table). Both of these are worthy goals as they reduce the amount of space a database consumes and ensure that data is logically stored.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:02 PM.