UPPER TO LOWER CASE IN SQL COMMAND LINE for a table code example
Example: uppercase and lowercase in sql
select UPPER('converted to upper');
select LOWER('CONVERTED TO LOWER');
select UPPER('converted to upper');
select LOWER('CONVERTED TO LOWER');