Oracle Database SQL — Question 205

Which three are true about the MERGE statement? (Choose three.)

Answer options

Correct answer: A, D, F

Explanation

The correct answers A, D, and F highlight the capabilities of the MERGE statement, such as using subqueries and views for source data, and merging from multiple tables into one. Option B is incorrect because the MERGE statement does not update the same row multiple times in a single execution, while option C is misleading since it does not inherently perform operations across multiple tables simultaneously. Option E is also incorrect because the MERGE statement can source rows from views, not just tables.