Oracle Database SQL — Question 147

Which two are true about multitable INSERT statements?

Answer options

Correct answer: C, E

Explanation

Option C is correct because multitable INSERT statements can indeed convert a single source row into multiple target rows. Option E is also correct as these statements typically rely on subqueries to select data. The other options are incorrect as they misrepresent the behavior of INSERT FIRST, INSERT ALL, and the necessity of using subqueries.