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

bookChallenge: Feature Adoption Metrics

Task

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.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 2
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

close

bookChallenge: Feature Adoption Metrics

Swipe to show menu

Task

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.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 2
single

single

some-alt