Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Session Duration Insights | Sessionized Data Fundamentals
SQL for Product Analysts

bookChallenge: Session Duration Insights

Tâche

Swipe to start coding

Use the data in the sessions table to find the average session duration, in minutes, for each device_type.

  • Calculate the duration of each session in minutes.
  • Group the sessions by device_type.
  • For each device type, calculate the average session duration in minutes and return it as avg_session_duration_minutes.
  • Your result should have one row per device type, with columns: device_type and avg_session_duration_minutes.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 4
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

Suggested prompts:

Can you explain this in simpler terms?

What are some examples related to this topic?

Where can I learn more about this?

close

bookChallenge: Session Duration Insights

Glissez pour afficher le menu

Tâche

Swipe to start coding

Use the data in the sessions table to find the average session duration, in minutes, for each device_type.

  • Calculate the duration of each session in minutes.
  • Group the sessions by device_type.
  • For each device type, calculate the average session duration in minutes and return it as avg_session_duration_minutes.
  • Your result should have one row per device type, with columns: device_type and avg_session_duration_minutes.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 4
single

single

some-alt