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

bookChallenge: Adoption Trend Analysis

Task

Swipe to start coding

Write a SQL query to analyze how many users adopted the 'Upload' feature each month and what percentage of all users this represents.

  • Group the adoption events for the 'Upload' feature by month.
  • For each month, count the number of distinct users who used the 'Upload' feature.
  • Calculate the adoption rate as the percentage of total users who adopted the feature each month.
  • Return the start of the month, the number of users adopted, and the adoption rate percentage.
  • Name the columns: month_start, users_adopted, and adoption_rate_percent.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 3. ChapterΒ 6
single

single

Ask AI

expand

Ask AI

ChatGPT

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

close

bookChallenge: Adoption Trend Analysis

Swipe to show menu

Task

Swipe to start coding

Write a SQL query to analyze how many users adopted the 'Upload' feature each month and what percentage of all users this represents.

  • Group the adoption events for the 'Upload' feature by month.
  • For each month, count the number of distinct users who used the 'Upload' feature.
  • Calculate the adoption rate as the percentage of total users who adopted the feature each month.
  • Return the start of the month, the number of users adopted, and the adoption rate percentage.
  • Name the columns: month_start, users_adopted, and adoption_rate_percent.

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Β 6
single

single

some-alt