Challenge: Feature Adoption Metrics
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.
Solução
Obrigado pelo seu feedback!
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Can you explain this in simpler terms?
What are the main points I should remember?
Can you give me an example?
Incrível!
Completion taxa melhorada para 4.17
Challenge: Feature Adoption Metrics
Deslize para mostrar o menu
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.
Solução
Obrigado pelo seu feedback!
single