Oracle
1Z0-082 · Question #142
Which three statements are true regarding single row subqueries?
The correct answer is C. They can be used in the where clause. D. A SQL statement may have multiple single row subquery blocks. F. They can be used in the having clause. See the full explanation below for the reasoning.
SQL and PL/SQL
Question
Which three statements are true regarding single row subqueries?
Options
- AThey must be placed on the right side of the comparison operator or condition.
- BThey must be placed on the left side of the comparison operator or condition.
- CThey can be used in the where clause.
- DA SQL statement may have multiple single row subquery blocks.
- EThey must return a row to prevent errors in the SQL statement.
- FThey can be used in the having clause.
How the community answered
(26 responses)- A12% (3)
- B4% (1)
- C77% (20)
- E8% (2)
Topics
#single row subqueries#WHERE clause#HAVING clause#subquery blocks
Community Discussion
No community discussion yet for this question.