Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Repeat Usage Analysis | Feature Adoption Analysis
SQL for Product Analysts

bookChallenge: Repeat Usage Analysis

Opgave

Swipe to start coding

Write a SQL query to list all users who have used any feature at least five times, and identify the most frequently used feature.

  • Select all user_id values from the feature_events table where the user has at least five feature events.
  • Select the feature_name from the feature_events table that appears most frequently.

Løsning

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 3. Kapitel 4
single

single

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

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: Repeat Usage Analysis

Stryg for at vise menuen

Opgave

Swipe to start coding

Write a SQL query to list all users who have used any feature at least five times, and identify the most frequently used feature.

  • Select all user_id values from the feature_events table where the user has at least five feature events.
  • Select the feature_name from the feature_events table that appears most frequently.

Løsning

Switch to desktopSkift til skrivebord for at øve i den virkelige verdenFortsæt der, hvor du er, med en af nedenstående muligheder
Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 3. Kapitel 4
single

single

some-alt