SQL Data Analyst — Hard What does LAG(revenue, 2) OVER (ORDER BY month) return for the third row in a result set? A The revenue value from the first row B The average of the first two rows C NULL, because there is no row two positions before the first row D The revenue value from the second row Show explanation