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

bookChallenge: Feature Adoption Metrics

Tarea

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.

Solución

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 3. Capítulo 2
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: Feature Adoption Metrics

Desliza para mostrar el menú

Tarea

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.

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

single

some-alt