Oracle Database Administration I — Question 128

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

Answer options

Correct answer: A, B, D

Explanation

Options A, B, and D are correct because single row subqueries can indeed appear multiple times in a SQL statement, can be used in the WHERE clause to filter records, and can also be utilized in the HAVING clause for aggregate functions. Options C and E are incorrect as single row subqueries can be placed on either side of a comparison operator, and option F is inaccurate because a subquery can return NULL without causing an error, as long as the SQL handles it appropriately.