CBSE Class 12 Informatics Practices Question 14 of 40

Practice Paper — Question 14

Back to all questions
14
Question

Question 14

In SQL, the equivalent of UCASE() is :

  1. UPPERCASE()
  2. CAPITALCASE()
  3. UPPER()
  4. TITLE()
Answer

UPPER()

Reason — The equivalent function in SQL to UCASE() is UPPER(). Both perform the same operation, which is to convert all characters in a string to uppercase.