#1086

Event Funnel

The product team is reviewing the funnel in a_events: how many unique users reached visit, cart, and purchase. Return kind and users; rows must appear strictly in the order visit, then cart, then purchase.

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.

kindusers
visit5
cart3
purchase3

Your query result will appear here