Course
Simulator
More
Premium
Log in
SQL Function Reference
Functions
SQRT
SQRT
Returns the square root of a number
MySQL
SQRT
(
num
)
Examples
MySQL
SELECT
SQRT
(
4
)
;