Question
Knowledge Tradition - Practices India Question on Input Output
What will be the output for the following code ?
SELECT ROUND(566.232,-2);
A
500.0
B
566.0
C
56.6232
D
600.0
Answer
566.0
Explanation
Solution
The correct option is(B): 566.0
What will be the output for the following code ?
SELECT ROUND(566.232,-2);
500.0
566.0
56.6232
600.0
566.0
The correct option is(B): 566.0