Oracle Database SQL — Question 203

Which three statements are true regarding single row subqueries? (Choose three.)

Answer options

Correct answer: D, E, F

Explanation

The correct answers (D, E, F) highlight that a SQL statement can indeed contain multiple single row subquery blocks, and that these subqueries can be utilized in both the HAVING and WHERE clauses. Options A, B, and C are incorrect because single row subqueries can be placed on either side of a comparison operator, and they do not necessarily need to return a row to avoid errors.