Math MySQL

mysql>
mysql> SELECT SQRT(36);
+----------+
| SQRT(36) |
+----------+
|        6 |
+----------+
1 row in set (0.00 sec)
mysql>