Challenge: Active User Metrics
Compito
Swipe to start coding
Write a SQL query to find all users who have been active in the last 3 days. For the purposes of this task, assume the last 3 days are 2024-06-01, 2024-06-02, and 2024-06-03 (inclusive).
- Select the user_id and name from the users table;
- Join the users table with the sessions table;
- Filter sessions to only include those with session_start between 2024-06-01 (inclusive) and 2024-06-04 (exclusive);
- Ensure each user appears only once in your result, even if they have multiple sessions in this period.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 6
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione
Fantastico!
Completion tasso migliorato a 4.17
Challenge: Active User Metrics
Scorri per mostrare il menu
Compito
Swipe to start coding
Write a SQL query to find all users who have been active in the last 3 days. For the purposes of this task, assume the last 3 days are 2024-06-01, 2024-06-02, and 2024-06-03 (inclusive).
- Select the user_id and name from the users table;
- Join the users table with the sessions table;
- Filter sessions to only include those with session_start between 2024-06-01 (inclusive) and 2024-06-04 (exclusive);
- Ensure each user appears only once in your result, even if they have multiple sessions in this period.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 1. Capitolo 6
single