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

bookChallenge: Adoption Trend Analysis

Compito

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.

Soluzione

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 6
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

bookChallenge: Adoption Trend Analysis

Scorri per mostrare il menu

Compito

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 6
single

single

some-alt