Search ⌘K
Snowflake
Snowflake

Foundations Track · Easy · 15 min

Creators With Multiple 2024 Posts

Snowflake is reviewing creators with multiple 2024 posts through a health check. Return each creator_id that posted at least two items in 2024. Sort by creat...

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 Snowflake-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.

Snowflake is reviewing creators with multiple 2024 posts through a health check. Return each creator_id that posted at least two items in 2024. Sort by creator_id.

creator_posts
post_id INT
creator_id INT
posted_on DATE
post_idcreator_idposted_on
1102024-01-02
2102024-02-10
3112024-02-11
4122024-03-04
5122024-04-09
6122024-06-20
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.