PostgreSQL - Window Functions in PostgreSQL
What is wrong with the following query?
SELECT employee_id, RANK() score OVER (ORDER BY score DESC) FROM employees;
SELECT employee_id, RANK() score OVER (ORDER BY score DESC) FROM employees;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions