Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Repeat Usage Analysis | Feature Adoption Analysis
SQL for Product Analysts

bookChallenge: Repeat Usage Analysis

Tâche

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_id values from the feature_events table where the user has at least five feature events.
  • Select the feature_name from the feature_events table that appears most frequently.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 4
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

close

bookChallenge: Repeat Usage Analysis

Glissez pour afficher le menu

Tâche

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_id values from the feature_events table where the user has at least five feature events.
  • Select the feature_name from the feature_events table that appears most frequently.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 4
single

single

some-alt