VAR_POP
CORR
COVAR_POP
Returns the correlation coefficient.
CORR(y, x)
Enter values below to update the example in real time.
years_experience
salary
employees
SELECT CORR(years_experience, salary) AS corr FROM employees;