#284

Session Length Distribution

Build a histogram of session durations split into buckets [0-5), [5-10), [10-15), 15+. For each bucket return the number of sessions.

Expected output sample

This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.

bintotal
[0-5>5
[5-10>3
[10-15>2

Your query result will appear here