Search ⌘K
Google
Google

Foundations Track · Easy · 15 min

Duplicate Job Posts

Use this Google trend check to work on duplicate job posts. Return the number of employers that posted the same role_name in the same city more than once dur...

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 Google-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.

Use this Google trend check to work on duplicate job posts. Return the number of employers that posted the same role_name in the same city more than once during April 2024. Name the output employers_with_duplicates.

job_posts
job_id INT
employer_id INT
role_name VARCHAR(30
job_idemployer_idrole_name
110CourierAustin2024-04-01
210CourierAustin2024-04-03
310PickerAustin2024-04-05
411CourierBoston2024-04-02
512DispatcherDenver2024-04-06
612DispatcherDenver2024-04-08
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.