Airbnb
Foundations Track · Easy · 15 min
Page Recommendation
Airbnb is reviewing page recommendation through a trend check. Return every page_id that has no follower rows. Sort by page_id.
Company labels are directional practice context, not official interview guidance.
Objective
Practice query basics through a Airbnb-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.
Airbnb is reviewing page recommendation through a trend check. Return every page_id that has no follower rows. Sort by page_id.
pages
| page_id | page_name |
|---|---|
| 1 | SQL Weekly |
| 2 | Product Metrics |
| 3 | Growth Guild |
| 4 | Finance Ops |
page_followers
| follower_id | page_id |
|---|---|
| 1001 | 1 |
| 1002 | 1 |
| 1003 | 3 |
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.