POWER
SQRT
EXP
Returns the square root.
SQRT(n)
Enter values below to update the example in real time.
sqrt_val
SELECT SQRT(144) AS sqrt_val FROM DUAL;