What does Data Integrity Mean?
Data integrity is the consistency and validity of data. A piece of data (except for foreign keys) is kept only in one table in a normalized database to ensure that it is accurate. If this piece of data was kept in various tables, there is the potential of losing consistency through data updates performed on specific tables. Database management systems protect key fields against this type of error.