Challenge: Feature Adoption Metrics
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 2
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Großartig!
Completion Rate verbessert auf 4.17
Challenge: Feature Adoption Metrics
Swipe um das Menü anzuzeigen
Aufgabe
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.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 2
single