SQL - Window Functions Fundamentals
Identify the error in this query:
SELECT id, amount, SUM(amount) PARTITION BY region FROM sales;
SELECT id, amount, SUM(amount) PARTITION BY region FROM sales;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions