Pregunta de entrevista de Petal

Use SQL window functions to summarize user transactions

Respuesta de la entrevista

Anónimo

16 may 2021

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