Search ⌘K
Stripe
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.

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 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 INT
page_name VARCHAR(40
page_idpage_name
1SQL Weekly
2Product Metrics
3Growth Guild
4Finance Ops
page_followers
follower_id INT
page_id INT
follower_idpage_id
10011
10021
10033
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.