Quiz: Grouping and Subtotals
Test yourself for grouping and subtotals in PostgreSQL.
Test your knowledge about the grouping and subtotals.
1
(True or False) The expression COUNT(CASE WHEN role = 'Developer' THEN 1 ELSE NULL END)
is equivalent to COUNT(*) FILTER (WHERE role = 'Developer')
.
A)
True
B)
False
Question 1 of 40 attempted
Get hands-on with 1400+ tech skills courses.