Gaming Analytics 2: Device Choice
For each player find the device they used on their very first login. Return player_id and device_id.
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.
| device_id | player_id |
|---|---|
| 2 | 1 |
| 3 | 2 |
| 1 | 3 |
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in