Implementing a SQL Data Warehouse — Question 71

You are managing the domain for a knowledge base.
The table named Table1 is mapped to a single domain named Domain1.
New distinct values have appeared in Table1. Some of the values are the result of data entry errors. You need to update the knowledge base with the new values and exclude data entry errors.
You need to add the new knowledge base information and retain the corrections made within the knowledge base.
What should you do?

Answer options

Correct answer: A

Explanation

The correct answer is A because creating a new data quality project for data cleansing allows for the identification and removal of incorrect values while keeping the valid ones. The other options do not effectively address the need to cleanse the data and maintain corrections, as they either add new values without validation (B) or perform evaluations without correcting the errors (C), or export unnecessary cleansing information (D).