explorador6642 explorador6642 29-02-2024 Computers and Technology contestada What is the correct PostgreSQL syntax for finding the r-squared value between two variables?a) SELECT CORR(variable1, variable2) b) SELECT RSQ(variable1, variable2) c) SELECT R2(variable1, variable2) d) SELECT COVAR(variable1, variable2)