What does UPPER(‘hello’) return?

SQL Fundamentals Easy

SQL Fundamentals — Easy

What does UPPER(‘hello’) return?

Key points

  • The UPPER function changes all characters in the string to uppercase.
  • It is important to remember that the function is case-sensitive.
  • This function is useful for standardizing text data in SQL queries.

Ready to go further?

Related questions