Challenge: Adoption Trend Analysis
Taak
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, andadoption_rate_percent.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 6
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Geweldig!
Completion tarief verbeterd naar 4.17
Challenge: Adoption Trend Analysis
Veeg om het menu te tonen
Taak
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, andadoption_rate_percent.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 6
single