Quiz: Running and Cumulative Aggregation
Test yourself for running and cumulative aggregation in PostgreSQL.
We'll cover the following...
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
Question 1 of 110 attempted