Jump to content
Based on a True Story is out now! Will Smith's first album in 20 years ×
Jazzy Jeff & Fresh Prince Forum

Simple Explanation of What Is Data normalization in database


Recommended Posts

  • Members

Data Normalization In Database Data normalization is the organization and structuring of database tables in such a way that the same data is only stored once and at the right place. Instead of putting the various types of data into a single table and creating various errors through repetition and inaccuracy, normalization guarantees the logical distribution of data among several related tables. This assists in consistency, minimizes redundancy and storage wastage and simplifies data updating or querying. Normalization of data also means that once you modify the content (e.g. address of a user), you will only need to make changes in one place.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...