Challenge: Session Duration Insights
Завдання
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_typeandavg_session_duration_minutes.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 4
single
Запитати АІ
Запитати АІ
Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат
Suggested prompts:
Can you explain this in simpler terms?
What are some examples related to this topic?
Where can I learn more about this?
Чудово!
Completion показник покращився до 4.17
Challenge: Session Duration Insights
Свайпніть щоб показати меню
Завдання
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_typeandavg_session_duration_minutes.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 1. Розділ 4
single