SQL: Running Production Output
Calculate cumulative quantity through the shift.
Before you answer
State the key, the expected grain and one edge case you would test. The goal is not only to get a result, but to know why it is correct.
Hint
SUM(Qty) OVER(ORDER BY EventTime).
Completion is stored only in this browser.