SQL Function Reference

SQRT
Returns the square root of a number
MySQL
SQRT(num)
Examples
MySQL
SELECT SQRT(4);