πŸ“Š MySQL
Q. What will be returned by this query?
Code:
SELECT UPPER('mysql');
  • (A) mysql
  • (B) MYSQL
  • (C) Mysql
  • (D) Error
πŸ’¬ Discuss
βœ… Correct Answer: (B) MYSQL

Explanation: `UPPER()` converts all characters in the string to uppercase.

Explanation by: Mr. Dubey
`UPPER()` converts all characters in the string to uppercase.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
52
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate