Oracle
1Z0-071 · Question #417
Which is true about the ROUND, TRUNC and MOD functions?
The correct answer is B. ROUND(MOD(25,3),-1) is invalid. See the full explanation below for the reasoning.
Question
Which is true about the ROUND, TRUNC and MOD functions?
Options
- ATRUNC(MOD(25,3),-1) is invalid.
- BROUND(MOD(25,3),-1) is invalid.
- CROUND(MOD(25,3),-1) and TRUNC(MOD(25,3),-1) are both valid and give the same result.
- DROUND(MOD(25,3),-1) and TRUNC(MOD(25,3),-1) are both valid but give different results.
How the community answered
(35 responses)- A6% (2)
- B83% (29)
- C3% (1)
- D9% (3)
Community Discussion
No community discussion yet for this question.