Change Data Capture (CDC) is a technique used to identify and track changes made to data in a database, such as inserts, updates, and deletes. Instead of processing the entire dataset, CDC captures only the changes (deltas) and propagates them to downstream systems. This approach is widely used in data integration, replication, and real-time analytics.