Search ⌘K
LinkedIn
LinkedIn

Interview Core Track · Easy · 15 min

Most Attended Webinar Sessions

Marketing wants the three webinar sessions with the largest verified audiences. Return webinar_id, topic, and attendee_count, ordered by attendee_count desce...

Interview Core Track
Easy
15 min
query basics
joins
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 improve speed, edge-case handling, and accuracy under timed conditions.

Company context

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

Prereq: query basics
Prereq: filtering

Marketing wants the three webinar sessions with the largest verified audiences. Return webinar_id, topic, and attendee_count, ordered by attendee_count descending and then webinar_id.

webinars
webinar_id INT
topic VARCHAR(30
webinar_idtopic
1SQL Basics
2Analytics Dashboards
3Python Tips
4Interview Prep
webinar_attendance
attendance_id INT
webinar_id INT
attendee_id INT
attendance_idwebinar_idattendee_id
101100
111101
121102
132100
142103
153104
163105
173106
183107
194108
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.