Petal Interview Question

Use SQL window functions to summarize user transactions

Interview Answer

Anonymous

May 16, 2021

This is the standard cumulative sum question with sum over transaction column and using partition by on user and order by transaction date