Ravi Kumar
What is normalization?
By Ravi Kumar in SQL Server on Jul 13 2006
  • Rajender Reddy
    Nov, 2006 22

    Organizing the data in to multiple tables.

    This is used to reduce the redundancy in a table.

    First normal form: Removing redundancy.placeĀ  the data in to multiple tables.

    second normal form: Non key attribute should depend on key attribute.i.e non primary key columns should depend on primary columns.

    second normal form : key attribute should not depend on other key attribute.

    • 0
  • Ravi Kumar
    Jul, 2006 13

    Well a relational database is basically composed of tables that contain related data. So the Process of organizing this data into tables is actually referred to as normalization

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS