Quiz: Window Functions, Relations, and Joins
Test your knowledge of window functions, relations, and joins.
1
In PostgreSQL, array_agg(x) over (order by x rows between unbounded preceding and current row)
is equivalent to which option?
A)
array_agg(order by x)
B)
array_agg(x) over(order by x)
C)
array_agg(x) over(group by x)
D)
array_agg(x) over (rows between current row and unbounded following)
Question 1 of 100 attempted
Get hands-on with 1400+ tech skills courses.