Challenge: Repeat Usage Analysis
Task
Swipe to start coding
Write a SQL query to list all users who have used any feature at least five times, and identify the most frequently used feature.
- Select all
user_idvalues from thefeature_eventstable where the user has at least five feature events. - Select the
feature_namefrom thefeature_eventstable that appears most frequently.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. 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: Repeat Usage Analysis
Swipe to show menu
Task
Swipe to start coding
Write a SQL query to list all users who have used any feature at least five times, and identify the most frequently used feature.
- Select all
user_idvalues from thefeature_eventstable where the user has at least five feature events. - Select the
feature_namefrom thefeature_eventstable that appears most frequently.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 4
single