OracleAggregate FunctionsVARIANCE
STDDEV_POP

VARIANCEAggregate Functions

VAR_POP

Returns the sample variance.

Syntax

VARIANCE(expr)

Example

Enter values below to update the example in real time.

salary
salary_var
employees
SELECT VARIANCE(salary) AS salary_var FROM employees;