Returns the square root of a value.
specifies any SQL valid expression that evaluates to a nonnegative numeric value.
select sqrt(36);
6
select sqrt(25);
5
select sqrt(4.4);
2.097618