Game Play Analysis IV SQL MySQL leetcode solution

Publicado em: 15 Maio 2024
no canal de: CodeWis Technologies by Nuhman Paramban
15
0

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


Nesta página do site você pode assistir ao vídeo on-line Game Play Analysis IV SQL MySQL leetcode solution duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário CodeWis Technologies by Nuhman Paramban 15 Maio 2024, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 15 vezes e gostou 0 espectadores. Boa visualização!