Write the output of the following SQL command :
SELECT Round(49.88);
50
Reason — The ROUND() function rounds the numeric value "49.88" to the nearest whole number, which is 50.
ROUND()