Search ⌘K
LinkedIn
LinkedIn

Foundations Track · Easy · 15 min

Tutor Utilization by Subject

Learning ops wants a utilization view for tutoring capacity. Return each subject and the utilization_pct rounded to two decimals, calculated as total booked_...

Foundations Track
Easy
15 min
query basics
aggregation

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

Timer 00:00
Back to practice

Objective

Practice query basics through a LinkedIn-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

Learning ops wants a utilization view for tutoring capacity. Return each subject and the utilization_pct rounded to two decimals, calculated as total booked_hours divided by total scheduled_hours times 100. Sort by subject.

tutoring_capacity
tutor_id INT
subject VARCHAR(30
tutor_idsubject
1SQL10.008.50
2SQL12.009.00
3Python8.007.50
4Python6.004.50
5Product Analytics9.006.00
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.