FUNDAMENTALS OF COMPUTER

APPLICATION SYSTEM SOFTWARE

PRESENTATION SOFTWARE GRAPHIC SUITES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
DOCUMENT USED TO CREATE RECORDS AND ADD SPECIFIC CRITERIA
A
TABLE
B
QUERY
C
FORM
D
REPORT
Explanation: 

Detailed explanation-1: -The asc method is used to order the results by ascending value of the passed expression parameter. The desc method is used to order the results by descending value of the passed expression parameter. The following query shows the use of the desc method: CriteriaQuery<Pet> cq = cb.

Detailed explanation-2: -Interface CriteriaBuilder. Used to construct criteria queries, compound selections, expressions, predicates, orderings. Note that Predicate is used instead of Expression<Boolean> in this API in order to work around the fact that Java generics are not compatible with varags.

There is 1 question to complete.