What is a property of window functions in SQL commands?

A.
They can be used to calculate moving averages over various intervals.
B.
They group rows into a single output row.
C.
They can be used between the keywords FROM and WHERE in a SELECT command.
D.
They don’t require ordering of data within a window.