Stripe
Foundations Track · Easy · 15 min
Pages With No Likes
Use this Stripe operations review to work on pages with no likes. 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 Stripe-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 Stripe operations review to work on pages with no likes. 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.