SQRT returns the square root of the argument. The argument can be a numeric value or a type that Oracle can im,plicitly convert toa numeric value. SQRT returns a value that is the same type as the supplied argument.

Example:

SELECT SQRT(16) as square_root FROM DUAL;

SQUARE_ROOT
————————-
4

Sqrt – Oracle SQL Function
Tagged on: