#293

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_idplayer_id
21
32
13

Your query result will appear here