Oracle
1Z0-860 · Question #275
A developer wants to use the Java Persistence query language. Which two are true? (Choose two.)
The correct answer is B. The WHERE clause can restrict the scope of a delete operation. E. The WHERE clause is used to restrict the contents of a collection of objects that are returned from a. See the full explanation below for the reasoning.
Question
A developer wants to use the Java Persistence query language. Which two are true? (Choose two.)
Options
- AA WHERE clause is required in every query.
- BThe WHERE clause can restrict the scope of a delete operation.
- CThe WHERE clause can be used to order the results returned by a query.
- DThe WHERE clause is used to determine the types of objects to be retrieved from a persistent store.
- EThe WHERE clause is used to restrict the contents of a collection of objects that are returned from a
How the community answered
(61 responses)- A16% (10)
- B70% (43)
- C8% (5)
- D5% (3)
Community Discussion
No community discussion yet for this question.