Q. What will be returned by this query?
Code:
SELECT UPPER('mysql');
β
Correct Answer: (B)
MYSQL
Explanation: `UPPER()` converts all characters in the string to uppercase.