Oracle
1Z0-860 · Question #138
A developer wants to create a Java Persistence query that will include a subquery. Which three are true? (Choose three.
The correct answer is B. Subqueries can be used in a WHERE clause. C. The ANY expression can be used only with a subquery. D. The EXISTS expression can be used only with a subquery. See the full explanation below for the reasoning.
Question
A developer wants to create a Java Persistence query that will include a subquery. Which three are true? (Choose three.
Options
- ASubqueries can be used in a FROM clause.
- BSubqueries can be used in a WHERE clause.
- CThe ANY expression can be used only with a subquery.
- DThe EXISTS expression can be used only with a subquery.
- EThe MEMBER expression can be used only with a subquery.
How the community answered
(38 responses)- A8% (3)
- B76% (29)
- E16% (6)
Community Discussion
No community discussion yet for this question.