Search ⌘K
Snowflake
Snowflake

Foundations Track · Easy · 15 min

Frequent Support Callers

Use this Snowflake coverage report to work on frequent support callers. Return the distinct policy_holder_id values for members who made at least 3 calls. So...

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.

Use this Snowflake coverage report to work on frequent support callers. Return the distinct policy_holder_id values for members who made at least 3 calls. Sort by policy_holder_id.

callers
case_id INT
policy_holder_id INT
case_idpolicy_holder_id
1100
2100
3100
4101
5101
6102
7102
8102
9102
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.