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

bookChallenge: Adoption Trend Analysis

Tarea

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.

Solución

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 6
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

close

bookChallenge: Adoption Trend Analysis

Desliza para mostrar el menú

Tarea

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.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 6
single

single

some-alt