Challenge: Returning Players Analysis
Difficulty: Medium
Data:
A table named Activity stores information about player activity in a game:
player_id (int): Unique identifier for a player.
device_id (int): Identifier for the device used by the player (may not be unique).
event_date (date): Date the player logged in and played games.
games_played (int): Number of games played during the login session (may be 0).
Objective:
Calculate the percentage (rounded to 2 decimal places) of players who logged in on consecutive days, starting from their first login date. In other words, find the proportion of players with activity records for two consecutive dates.
Output:
A table with a single column:
fraction (float): Percentage of players with consecutive login days, rounded to 2 decimal places.
Explanation:
We need to identify players who have entries in the Activity table for both their first login date and the day after their first login date.
Leetcode SQL MySQL challenges
problem solutions
In questa pagina del sito puoi guardare il video online Game Play Analysis IV SQL MySQL leetcode solution della durata di ore minuti seconda in buona qualità , che l'utente ha caricato CodeWis Technologies by Nuhman Paramban 15 maggio 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 15 volte e gli è piaciuto 0 spettatori. Buona visione!