MySQL Function Reference

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