SQL - Advanced Window Functions
Identify the error in this query:
SELECT id, amount, SUM(amount) OVER ORDER BY date AS running_total FROM sales;
SELECT id, amount, SUM(amount) OVER ORDER BY date AS running_total FROM sales;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions