SQRT
Purpose
This function returns the square root of number n
.
Syntax
sqrt::=
Usage Notes
The number n must be ≥0.
Example
SELECT SQRT(2);