Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A data engineering team aims to maintain high data quality in Databricks Delta tables by ensuring only valid data is written, rejecting any that fails to meet validation criteria. Which Databricks feature or option can best help achieve this goal?
A
Export the invalid data to a separate file for manual review.
B
Use the UPDATE statement to modify invalid data.
C
Utilize Delta table constraints to enforce data quality rules.
D
Implement a Databricks Job to perform data validation before writing to Delta tables.