SQRT(a) is an
arithmetic function that calculates the square root of the number a.
Result of the SQRT(a) function | |
a>0 |
Square root of a |
a=0 |
0 |
a<0 or a is NULL value |
NULL value |
a is special NULL value |
Special NULL value |