Advertisements
Advertisements
Question
What will be the output of the following SQL query:
SELECT ROUND (76345.456, 2)
Short Answer
Solution
76345.46
Explanation:
The ROUND () function allows a number to be rounded to a predetermined number of decimal places. In the present case, the number 76345.456 was rounded to two decimal places, giving 76345.46.
shaalaa.com
Is there an error in this question or solution?