SQL - Window Functions Fundamentals
Which of the following SQL queries correctly uses a window function to calculate a running total of sales per employee?
SUM() OVER (PARTITION BY ... ORDER BY ...), which is the correct syntax for running totals per employee.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions