Advertisements
Advertisements
Question
Write a SQL query for the following:
To round the number 456.789 to the nearest integer.
Code Writing
Advertisements
Solution
SELECT ROUND (456.789);
shaalaa.com
Is there an error in this question or solution?
2024-2025 (March) Set 4
