...

/

Quiz: Running and Cumulative Aggregation

Quiz: Running and Cumulative Aggregation

Test yourself for running and cumulative aggregation in PostgreSQL.

We'll cover the following...

Test your knowledge about running and cumulative aggregation in PostgreSQL.

1.

(True or False) The following expression will find the maximum value MAX(value) OVER (PARTITION BY 1).

A.

True

B.

False


1 / 11