Loading...

High-Spend 2025 Campaigns

A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.

Domain
SQL
Difficulty
easy

Problem

Scope to ad_impressions where impression_time year equals 2025. Per ad_campaign, return distinct ad_campaign values whose SUM(revenue) > 5. Sort alphabetically by ad_campaign.

Practice This Problem

Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.