___________ is the process of organising data in tables with the object of elimination redundancy and inconsistent dependency.
Normalisation:-
Normalisation is the process of organising data in tables with the object of elimination redundancy and inconsistent dependency.
Normalization is a process of reducing redundancies of data in a database. Normalization is a technique that is used when designing and redesigning a database. Normalization is a process or set of guidelines used to optimally design a database to reduce redundant data.
Data redundancy is a condition created within a database in which the same piece of data is held in two separate places. Data redundancy in database means that some data fields are repeated in the database. Redundancy is when we store same sort of information in different parts of DBMS.
Anomalies are any occurrence that weakens the integrity of your data due to irregular or inconsistent storage (delete, insert and update irregularity, that generates the inconsistent data).