CBSE Class 12 Informatics Practices
Question 6 of 18
Practice Paper — Question 14
Back to all questionsUPPER()
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.