Search ⌘K
Tesla
Tesla

Foundations Track · Easy · 15 min

Quota Attainment Status

At Tesla, analysts are preparing a planning note focused on quota attainment status. Return each employee_id and whether the employee met quota as made_quota...

Foundations Track
Easy
15 min
query basics

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

Timer 00:00
Back to practice

Objective

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

At Tesla, analysts are preparing a planning note focused on quota attainment status. Return each employee_id and whether the employee met quota as made_quota using values yes or no. Sort by employee_id.

sales_quota
employee_id INT
quota INT
employee_idquota
1100
2120
380
deals
deal_id INT
employee_id INT
deal_size INT
deal_idemployee_iddeal_size
10160
11150
12270
13230
14390
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.