exam questions

Exam 1z0-900 All Questions

View all questions & answers for the 1z0-900 exam

Exam 1z0-900 topic 1 question 68 discussion

Actual exam question from Oracle's 1z0-900
Question #: 68
Topic #: 1
[All 1z0-900 Questions]

Given the JPQL code fragment:
Select pub.title, pub.author, pub.pages FROM Publisher pub
Which two clauses do you add to this JPQL query to retrieve only those books with between 500 and 750 total pages? (Choose two.)

  • A. WHERE MIN(pages) >= 500 AND MAX(pages) <= 750
  • B. WHERE pub.pages <= 500 OR pub.pages >= 750
  • C. WHERE pub.pages BETWEEN 500 AND 750
  • D. WHERE pub.pages <= 500 AND pub.pages >=750
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
orjava
7 months ago
Answer A, C
upvoted 2 times
...
devmsaleh
1 year, 10 months ago
A and C are the correct answers
upvoted 2 times
...
LeoAlioth
2 years, 2 months ago
the correct answer is C, and ether B or D should say WHERE pub.pages >= 500 AND pub.pages <= 750 which would also be correct
upvoted 2 times
...
kozionov
2 years, 8 months ago
A and C
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago