stddev_pop computes the population standard deviation and returns the square root of the population variance. You can use it as both an aggregate and analytic function.

The expr is a number expression, and the function returns a value of type NUMBER. This function is the same as the square root of the var_pop function. When var_pop returns null, this function returns null.