Search ⌘K
Meta
Meta

Interview Core Track · Easy · 15 min

Interest Pages Without Followers

The community team wants the page_id values for interest pages that never picked up a follower. Return the page IDs in ascending order.

Interview Core Track
Easy
15 min
query basics
joins
filtering

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

Timer 00:00
Back to practice

Objective

Practice query basics through a Meta-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

The community team wants the page_id values for interest pages that never picked up a follower. Return the page IDs in ascending order.

interest_pages
page_id INT
page_name VARCHAR(30
page_idpage_name
1Travel
2Cooking
3Fitness
4Finance
page_follows
follow_id INT
user_id INT
page_id INT
follow_iduser_idpage_id
1010011
1110021
1210033
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.