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

bookChallenge: Adoption Trend Analysis

Tâche

Swipe to start coding

Write a SQL query to analyze how many users adopted the 'Upload' feature each month and what percentage of all users this represents.

  • Group the adoption events for the 'Upload' feature by month.
  • For each month, count the number of distinct users who used the 'Upload' feature.
  • Calculate the adoption rate as the percentage of total users who adopted the feature each month.
  • Return the start of the month, the number of users adopted, and the adoption rate percentage.
  • Name the columns: month_start, users_adopted, and adoption_rate_percent.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 6
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: Adoption Trend Analysis

Glissez pour afficher le menu

Tâche

Swipe to start coding

Write a SQL query to analyze how many users adopted the 'Upload' feature each month and what percentage of all users this represents.

  • Group the adoption events for the 'Upload' feature by month.
  • For each month, count the number of distinct users who used the 'Upload' feature.
  • Calculate the adoption rate as the percentage of total users who adopted the feature each month.
  • Return the start of the month, the number of users adopted, and the adoption rate percentage.
  • Name the columns: month_start, users_adopted, and adoption_rate_percent.

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

single

some-alt