STD
STDDEV_SAMP
VAR_POP
Returns the sample standard deviation.
STDDEV_SAMP(expr)
Enter values below to update the example in real time.
price
sample_stddev
products
SELECT ROUND(STDDEV_SAMP(price), 2) AS sample_stddev FROM products;