MuleSoft Certified Developer – Level 1 — Question 83

In the Database On Table Row operation, what does the Watermark column enable the On Table Row operation to do?

Answer options

Correct answer: C

Explanation

The Watermark column is crucial for the On Table Row operation as it helps prevent the processing of duplicate records by keeping track of the last processed record. Options A and D imply actions that could lead to caching issues or data loss, while option B contradicts the function of the Watermark by suggesting it enables duplicate processing, which is not its purpose.