Google News
logo
SQL - Interview Questions
Which are the different case manipulation functions in SQL?
There are three case manipulation functions in SQL:
 
LOWER : converts character into Lowercase.
UPPER : converts character into uppercase.
INITCAP : converts character values to uppercase for the initials of each word.
Advertisement