Data Model
You will have two tables in MySQL:
- employee_table: is the source table.
- cdc_control: has the information on the table that is being tracked and the last time it was updated.

The source data is in employee_table.
