Advertisements
Advertisements
Question
Write suitable SQL query for the following:
Round the value of pi (3.14159) to two decimal places.
Code Writing
Advertisements
Solution
SELECT ROUND(3.14159, 2);
shaalaa.com
Is there an error in this question or solution?
