What is normalization in DBMS?

devquora
devquora

Posted On: Jan 14, 2023

 

Normalization is a process in database design that is used to organize data in a way that reduces data redundancy and improves data integrity. The goal of normalization is to separate data into multiple tables with clearly defined relationships between them. This helps to eliminate data inconsistencies and makes it easier to update and query the data. Normalization is typically performed using a series of rules, known as normal forms.

Normalization helps to reduce data duplication and improve data integrity by ensuring that data is stored in a logical and consistent manner.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    DBMS Interview Questions

    What is DBMS?

    DBMS (Database Management System) is a computer software application that allows users and other applications to view,..

    DBMS Interview Questions

    Enlist various types of interactions created by DBMS ?

    There are various kinds of interactions supported by DBMS like- Data definition Update Retrieval Administration..

    DBMS Interview Questions

    What are the features of Database language?

    Database language is used to create and store data in computer system. DBMS itself is one of the features of database l..