SQL - Window Functions Fundamentals
Identify the error in this query using NTILE:
SELECT id, NTILE(0) OVER (ORDER BY score) AS group_num FROM players;
Identify the error in this query using NTILE:
SELECT id, NTILE(0) OVER (ORDER BY score) AS group_num FROM players;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions