Oracle
1Z0-071 · Question #360
Examine this query: SELECT TRUNC(ROUND(156.00, -2), -1) FROM DUAL; What is the result?
The correct answer is E. 150. https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions200.htm
Using Single-Row Functions to Customize Output
Question
Examine this query:
SELECT TRUNC(ROUND(156.00, -2), -1) FROM DUAL; What is the result?
Options
- A16
- B200
- C100
- D160
- E150
How the community answered
(34 responses)- A6% (2)
- B15% (5)
- C3% (1)
- D3% (1)
- E74% (25)
Explanation
https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions200.htm
Topics
#TRUNC function#ROUND function#nested functions#numeric rounding
Community Discussion
No community discussion yet for this question.