Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Challenge: Active User Metrics | Sessionized Data Fundamentals
Practice
Projects
Quizzes & Challenges
Вікторини
Challenges
/
SQL for Product Analysts
close
Секція 1. Розділ 6
single

single

bookChallenge: Active User Metrics

Свайпніть щоб показати меню

Завдання

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.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 6
single

single

Запитати АІ

expand

Запитати АІ

ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

some-alt