Why should raw source data be preserved untouched during cleaning?
- A So every transformation can be traced back and re-run if a decision changes
- B To satisfy storage quotas
- C To speed up queries
- D Because cleaning is irreversible in SQL
Answer
So every transformation can be traced back and re-run if a decision changes
Cleaning decisions should also be documented, or the analysis cannot be reproduced or defended later.





