1Z0-071 · Question #26
Evaluate the following SQL query; What would be the outcome?
The correct answer is C. 160. Function Purpose ROUND(column|expression, n) Rounds the column, expression, or value to n decimal places or, if n is omitted, no decimal places (If n is negative, numbers to the left of decimal point are TRUNC(column|expression, n) Truncates the column, expression, or value to…
Question
Evaluate the following SQL query; What would be the outcome?
Options
- A200
- B16
- C160
- D150
- E100
How the community answered
(41 responses)- A2% (1)
- B12% (5)
- C78% (32)
- D2% (1)
- E5% (2)
Explanation
Function Purpose ROUND(column|expression, n) Rounds the column, expression, or value to n decimal places or, if n is omitted, no decimal places (If n is negative, numbers to the left of decimal point are TRUNC(column|expression, n) Truncates the column, expression, or value to n decimal places or, if n is omitted, n defaults to zero
Topics
Community Discussion
No community discussion yet for this question.