Results 1 to 4 of 4

Thread: What is normalization in dbms?

  1. #1
    Join Date
    Nov 2009
    Posts
    51

    What is normalization in dbms?

    Hi,
    I am new to programming. I have dbms subject in my syllabus. Last week our sir had teach us normalization. But I still unclear about this concept. So any one there who know anything about this concept please share with me. Thanks.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,522

    Re: What is normalization in dbms?

    Normalization is a mechanism through which we systematically arranged data in database. It helps in reducing redundancy of data and to make sure that all tables are properly dependent. With normalization we can reduce the unnecessary amount of space in database.
    There are three normalization rule as follows:
    1.1NF
    2.2NF
    3.3NF

  3. #3
    Join Date
    Apr 2008
    Posts
    3,295

    Re: What is normalization in dbms?

    We use normalization process to make our database more efficient and allow us to access data more quickly. If database keep in normal form it will be easy to add or delete some data easily without affecting database. In normalization we simplify data by reducing redundancy of data.

    There are following stages of Normalization:
    1NF-> 2NF-> 3NF-> BC NF->5NF

  4. #4
    Join Date
    Nov 2005
    Posts
    3,026

    Re: What is normalization in dbms?

    Normalization is the process through which data is stored in different tables to improve the efficiency of database. If we properly normalize data then you can find that there is only one table for one field. In this process you can find one table for particular data. Through normalization we can reduce redundancies and increase efficiency. One of the disadvantage of normalization is that it will reduce database performance because of many tables.

    Following are the stages of normalization
    1.1NF:discard duplicative columns

    2.2NF:create separate table for specific data

    3.3NF:delete the columns that are independent.

Similar Threads

  1. Difference between DBMS and RDBMS
    By LaMarcus in forum Software Development
    Replies: 4
    Last Post: 15-02-2010, 07:26 PM
  2. DreamCoder for Oracle DBMS
    By Gerri in forum Windows Software
    Replies: 4
    Last Post: 08-02-2010, 08:38 PM
  3. Which DBMS for J2ME?
    By EDALENE in forum Software Development
    Replies: 3
    Last Post: 09-10-2009, 06:16 PM
  4. Simple MYSQL Normalization question - input requested
    By ByteCoder in forum Software Development
    Replies: 1
    Last Post: 19-02-2009, 12:14 PM
  5. XML vs DBMS
    By Neider in forum Hardware Peripherals
    Replies: 4
    Last Post: 15-10-2008, 06:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,944,832.65418 seconds with 16 queries