COVAR_POP
REGR_SLOPE
GROUPING
Returns the slope of the linear regression.
REGR_SLOPE(y, x)
Enter values below to update the example in real time.
salary
years_experience
slope
employees
SELECT REGR_SLOPE(salary, years_experience) AS slope FROM employees;