POWER
SQRT
EXP
Returns the square root.
SQRT(x)
Enter values below to update the example in real time.
area
side_length
squares
SELECT SQRT(area) AS side_length FROM squares;