STDDEV_SAMP
SELECT dept_no, STDDEV_SAMP(salary) FROM employee GROUP BY dept_no
stddev_pop(), var_samp().