Optional keyword that specifies whether to return NULL.
- RESPECT NULLS (with FIRST_VALUE) = returns the first value, whether or not it is null.
- RESPECT NULLS (with LAST_VALUE) = returns the last value, whether or not it is null.
If all values are null, NULL is returned.