November 2015
Beginner
464 pages
9h 46m
English
Cleaning up data is an important topic; often, the data life cycle is not defined when creating a database application. This leads to tons of outdated data. Unclean data hinders several processes, such as database refactoring. Also, it can have a side effect on all processes in the company, such as wrong report results, billing issues, unauthorized access, and so on.
Several recipes were introduced to determine unused objects, but this is not all. The data itself should be cleaned, and the data life cycle should be defined.
For unclean data, there are several scenarios; however, let's focus here only on duplicated rows due to the missing unique and primary key constraints.
The first step ...
Read now
Unlock full access