Q. Which function is used to round numbers in MySQL?
β
Correct Answer: (A)
ROUND()
Explanation: `ROUND()` rounds a number to the specified number of decimal places.