In SQL, the equivalent of UCASE() is :
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.
UCASE()