String MySQL

mysql>
mysql> SELECT UPPER('cats and dogs');
+------------------------+
| UPPER('cats and dogs') |
+------------------------+
| CATS AND DOGS          |
+------------------------+
1 row in set (0.00 sec)
mysql>