Write the output of the following SQL command.
SELECT ROUND(1.298,2)
1) 1.30
2) 1.29
3) 1.20
4) 1.298
Answers
Answered by
0
Answer:
option b is correct answer according to your question
Answered by
1
1.30
The ROUND() function rounds a number to a specified number of decimal places.
Similar questions