Challenge: Churn Detection
Task
Swipe to start coding
Your goal is to identify users who may have churned by checking their recent login activity.
- Write a SQL query that returns the user IDs of all users who have not logged in within the last 30 days.
- Use the tables 'users' and 'logins' provided in the database.
- The result should be a single column named
user_idcontaining the IDs of these churned users. - Only include users who have not logged in at all in the last 30 days, or who have never logged in.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 4
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 4.17
Challenge: Churn Detection
Swipe to show menu
Task
Swipe to start coding
Your goal is to identify users who may have churned by checking their recent login activity.
- Write a SQL query that returns the user IDs of all users who have not logged in within the last 30 days.
- Use the tables 'users' and 'logins' provided in the database.
- The result should be a single column named
user_idcontaining the IDs of these churned users. - Only include users who have not logged in at all in the last 30 days, or who have never logged in.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 2. ChapterΒ 4
single