PostgreSQL - Window Functions in PostgreSQL
Identify the error in this query:
SELECT name, DENSE_RANK(score) OVER (ORDER BY score DESC) FROM players;
SELECT name, DENSE_RANK(score) OVER (ORDER BY score DESC) FROM players;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions