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