Gaming Analytics 1: Initial Login
For each player find the date of their first login. Return player_id and first_login.
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.
| player_id | first_login |
|---|---|
| 3 | 2024-01-02 |
| 4 | 2024-01-07 |
| 2 | 2024-01-03 |
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in