#292

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_idfirst_login
32024-01-02
42024-01-07
22024-01-03

Your query result will appear here