A developer wants to use the Java Persistence query language. Which two are true? (Choose
two.)
A.
A WHERE clause is required in every query.
B.
The WHERE clause can restrict the scope of a delete operation.
C.
The WHERE clause can be used to order the results returned by a query.
D.
The WHERE clause is used to determine the types of objects to be retrieved from a persistent
store.
E.
The WHERE clause is used to restrict the contents of a collection of objects that are returned
from a query.