What result will MySQL return for the following mathematical function?SELECT…
2026
What result will MySQL return for the following mathematical function?
SELECT ROUND(15.786, 2);
Answer: C. 15.79
- A.
15.78
- B.
15.8
- C.
15.79
- D.
16.0
Attempted by 1062 students.
Show answer & explanation
Correct answer: C
Loading lesson…