Which of the following is a common technique used for data extraction in the ETL process?
- Change Data Capture (CDC)
- Data aggregation
- Data normalization
- Data validation
Change Data Capture (CDC) is a common technique in the ETL (Extract, Transform, Load) process. It captures changes made to data in the source systems and reflects them in the target system, ensuring data consistency.
Loading...
Related Quiz
- ________ is a data extraction technique that involves querying data from web pages and web APIs.
- Which component of Apache Spark is responsible for scheduling tasks across the cluster?
- What distinguishes Apache ORC (Optimized Row Columnar) file format from other file formats in big data storage solutions?
- ________ is a data transformation method that involves splitting a single data field into multiple fields based on a delimiter.
- Metadata management tools often use ________ to track changes in data lineage over time.