STDDEV_SAMP
VAR_POP
VAR_SAMP
Returns the population variance.
VAR_POP(expr)
Enter values below to update the example in real time.
salary
salary_variance
employees
SELECT ROUND(VAR_POP(salary), 2) AS salary_variance FROM employees;