CBSE Class 12 Informatics Practices Question 39 of 81

MySQL Functions — Question 21

Back to all questions
21
Question

Question 21

Write the output of the following SQL command :

SELECT Round(49.88);
  1. 49.88
  2. 49.8
  3. 49.0
  4. 50
Answer

50

Reason — The ROUND() function rounds the numeric value "49.88" to the nearest whole number, which is 50.