Tag: Data Normalization

  • Data Normalization

    Data normalization is the way to store data in an OLTP system, the normalization needs to be (an ACID-compliant transaction). Data normalization will result in high consistency and low data redundancy. The 3NF which is the 3rd normalization form is being leveraged widely. Data normalization will reduce redundancy and will enhance Data integrity and consistency, Data normalization process will ensure tables are optimized to…