SnowPro Advanced: Architect — Question 149

An account has default settings for all parameters set. The MERGE command is used to update or delete target rows that join multiple source rows.

What will be the outcome of the MERGE statement?

Answer options

Correct answer: B

Explanation

The correct answer is B because when multiple source rows are involved, the behavior of the MERGE statement can lead to unpredictable results, especially when the target rows are updated. Options A, C, and D imply deterministic outcomes or errors which are not consistent with how the MERGE command functions under default settings.