Search ⌘K
Apple
Apple

Foundations Track · Easy · 15 min

Apple Multimedia Active Users

SELECT COUNT(distinct user_id) as distinct_user_count FROM fct_multimedia_usage WHERE usage_date='2024-07-31'

Foundations Track
Easy
15 min
aggregation
filtering

Company labels are directional practice context, not official interview guidance.

Timer 00:00
Back to practice

Objective

Practice aggregation through a Apple-tagged business scenario.

Approach

Use this track to lock in clean query structure, basic filtering logic, and confidence with grouped output.

Company context

Company labels are directional practice context, not official interview guidance.

Prereq: query basics
Prereq: filtering

SELECT COUNT(distinct user_id) as distinct_user_count FROM fct_multimedia_usage WHERE usage_date='2024-07-31'

fct_multimedia_usage
usage_id INTEGER
user_id INTEGER
usage_date DATE
content_type TEXT
duration_seconds INTEGER
device_type TEXT
Editor
SQL workspace

Run queries against the protected question data, then submit once the result shape looks right.

Sign in to run SQL

Create a free account or sign in before running queries against protected question data.