Oracle Database 12c: SQL Fundamentals — Question 27

In which four clauses can a sub query be used? (Choose four.)

Answer options

Correct answer: A, B, D, E

Explanation

The correct answers A, B, D, and E are valid locations for a subquery, allowing for dynamic data retrieval during INSERT and SELECT operations. Options C and F are incorrect because a subquery cannot be utilized in the GROUP BY clause or the VALUES clause of an INSERT statement.