SQL - Window Functions Fundamentals
You want to compute a moving average of the current and previous two sales amounts ordered by
sale_date. Which window frame clause correctly achieves this?