Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Feature Adoption Metrics | Feature Adoption Analysis
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
SQL for Product Analysts

bookChallenge: Feature Adoption Metrics

Tâche

Swipe to start coding

Write a SQL query to find the first time each user used every feature. Your result should include:

  • The user ID of each user;
  • The name of the feature they used;
  • The date they first used that feature, labeled as first_use_date.

Use the feature_events table. Make sure to use the MIN() function and group your results so each row shows the first use of a feature by a user.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 2
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

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

bookChallenge: Feature Adoption Metrics

Glissez pour afficher le menu

Tâche

Swipe to start coding

Write a SQL query to find the first time each user used every feature. Your result should include:

  • The user ID of each user;
  • The name of the feature they used;
  • The date they first used that feature, labeled as first_use_date.

Use the feature_events table. Make sure to use the MIN() function and group your results so each row shows the first use of a feature by a user.

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 2
single

single

some-alt