511. Game Play Analysis I ¶ SQL 1 2 3SELECT player_id, MIN(event_date) AS first_login FROM Activity GROUP BY 1;