Which of the following is not true about calculating a moving average for an aggregate window function? Group of answer choices
A) The frame must be defined using the ROWS clause.
B)The moving average always includes the current row.
C)The moving average for the first row in a partition can only include the value of the current row plus the values of any following rows.
D)To calculate the average, you must use both the SUM and AVG functions.