SQL - Window Functions Fundamentals
Find the mistake in this query:
SELECT ROW_NUMBER() OVER (ORDER BY) AS rn FROM orders;
SELECT ROW_NUMBER() OVER (ORDER BY) AS rn FROM orders;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions