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 second row B The average of the first two rows C The revenue value from the first row D NULL, because there is no row two positions before the first row Show explanation