Q7 Single choice Mark for later In ICNV.How database operations synchronized between the source and the target table? A Deletes are directly executed in the target table by delete trigger. B All database operations are synchronized by scheduled batch jobs. C Inserts, updates, and deletes are synchronized only after a manual commit. D Changes are synchronized through periodic full-table replication. Correct answer