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.
| kind | users |
|---|---|
| visit | 5 |
| cart | 3 |
| purchase | 3 |
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in