Data Normalisation

 Data Normalisation 

 

Data normalisation is the term to describe the organising of data from raw input. Data is organised into tables going through forms of normalisation. 


1st form deletes duplicate records in the data. For example, data with the same primary keys. 


2nd form makes sure there is only one single primary key in each table of data. 


3rd form gets rid of any indirect relationships between data. 


These forms of data normalisation create well organised data that can be managed and queried to by a DBMS. DBMS are also used to structure the data in the forms as well. 

Comments

Popular posts from this blog

OSA Summer 2023 Mock - Task 1, Assignment 1

OSA Assignment 1 - Task 1 GUIDE

Useful Core A Acronyms