Users With 5 Consecutive Login Days
Find users who logged in for 5 or more consecutive days. Return id and name.
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.
| id | name |
|---|---|
| 1 | Alice |
| 3 | Carol |
| 5 | Eve |
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in