Scenario: In an ETL process, you find that certain records in the target database are missing compared to the source. What kind of data validation problem does this indicate?

  • Data Accuracy Issue
  • Data Completeness Issue
  • Data Consistency Issue
  • Data Integrity Issue
This indicates a data completeness issue. Data completeness refers to ensuring that all expected data is present and available. In this case, the absence of certain records in the target database suggests that the ETL process did not properly transfer all the data from the source to the target.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *