Oracle SQL Practice Test
Oracle SQL Oracle SQL DML Operations
Which Oracle SQL statement inserts multiple rows in a single operation using a subquery?
Select your answer
A
INSERT ALL
B
INSERT INTO ... VALUES ()()()
C
INSERT INTO ... SELECT
D
BULK INSERT
Hint