Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Active User Metrics | Sessionized Data Fundamentals
SQL for Product Analysts
close
Sektion 1. Kapitel 6
single

single

bookChallenge: Active User Metrics

Stryg for at vise menuen

Opgave

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.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 1. Kapitel 6
single

single

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

some-alt