OracleAggregate FunctionsCOVAR_POP
CORR

COVAR_POPAggregate Functions

REGR_SLOPE

Returns the population covariance.

Syntax

COVAR_POP(y, x)

Example

Enter values below to update the example in real time.

price
cost
cov
products
SELECT COVAR_POP(price, cost) AS cov FROM products;