Advertisements
Advertisements
Question
Which of the following is the correct output of the following SQL command?
SELECT ROUND (7876.4568, 2);
Options
7876.46
7876.45
7900
7900.4568
MCQ
Solution
7876.46
Explanation:
The round() function rounds a given number to the desired decimal places.
shaalaa.com
Is there an error in this question or solution?