Data Normalisation
Data Normalisation Data normalisation is the term to describe the orga nising of data from raw input. Data is organised into tables going through forms of normalisation. 1 st form deletes duplicate records in the data. For example, data with the same primary keys. 2 nd form makes sure there is only one single primary key in each table of data. 3 rd 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.