Home >> Oracle >> COVAR_POP Aggregate Function in Oracle

COVAR_POP Aggregate Function in Oracle

COVAR_POP() aggregate function returns the population covariance of number pairs in a group.

Syntax
covar_pop ( [ALL | DISTINCT] expr1, expr2 ) [FILTER ( WHERE cond ) ]

Post Your Comment

Next Questions
COVAR_SAMP() Aggregate Function
CUME_DIST() Aggregate Function
DENSE_RANK() Aggregate Function
FIRST() aggregate function
GROUP_ID() Aggregate Function
GROUPING() Aggregate Function
GROUPING_ID() Aggregate Function
LAST() aggregate function
LISTAGG() Aggregate Function
MAX() aggregate function
MEDIAN() Aggregate Function
MIN() Aggregate Function
PERCENT_RANK() Aggregate Function
PERCENTILE_CONT() Aggregate Function
PERCENTILE_DISC() Aggregate Function
RANK() Aggregate Function
REGR_() Aggregate Function
STATS_BINOMIAL_TEST() Aggregate Function
STATS_CROSSTAB() Aggregate Function
STATS_F_TEST() Aggregate Function
STATS_KS_TEST() Aggregate Function
STATS_MODE() Aggregate Function
STATS_MW_TEST() Aggregate Function
STATS_ONE_WAY_ANOVA() Aggregate Function
STATS_T_TEST_*() Aggregate Function

Copyright ©2022 coderraj.com. All Rights Reserved.