OracleNumeric FunctionsSQRT
POWER

SQRTNumeric Functions

EXP

Returns the square root.

Syntax

SQRT(n)

Example

Enter values below to update the example in real time.

sqrt_val
SELECT SQRT(144) AS sqrt_val FROM DUAL;