Challenge: 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?
¡Gracias por tus comentarios!
Sección 3. Capítulo 2
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Genial!
Completion tasa mejorada a 4.17
Challenge: 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
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 2
single