Oracle
1Z0-071 · Question #237
Examine the structure of the SHIPMENTS table: You want to generate a report that displays the PO_ID and the penalty amount to be paid if the SHIPMENT_DATE is later than one month from the PO_DATE…
The correct answer is C. Only the first query executes successfully and gives the correct result. See the full explanation below for the reasoning.
Question
Examine the structure of the SHIPMENTS table:
You want to generate a report that displays the PO_ID and the penalty amount to be paid if the SHIPMENT_DATE is later than one month from the PO_DATE. The penalty is $20 per day. Evaluate the following two queries:
Which statement is true regarding the above commands?
Exhibits
Options
- ABoth execute successfully and give correct results.
- BOnly the first query executes successfully but gives a wrong result.
- COnly the first query executes successfully and gives the correct result.
- DOnly the second query executes successfully but gives a wrong result.
- EOnly the second query executes successfully and gives the correct result.
How the community answered
(49 responses)- A12% (6)
- B4% (2)
- C78% (38)
- D6% (3)
Community Discussion
No community discussion yet for this question.

