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