The SQRT() function returns to the square root of a specified number: SQRT()
mysql> mysql> SELECT SQRT(36); +----------+ | SQRT(36) | +----------+ | 6 | +----------+ 1 row in set (0.00 sec) mysql>