# Japan Revenue for April

> Last month's numbers for one region.

Canonical URL: <https://datadriven.io/problems/japan_revenue_for_april>

Domain: SQL · Difficulty: easy · Seniority: L3

## Problem

Finance needs revenue for April 2026. Sum the line-item revenue (quantity times line total) across every transaction in April 2026, and return a single total.

## Related

- [All practice problems](https://datadriven.io/problems)
- [Mock interview mode](https://datadriven.io/interview/japan_revenue_for_april)
- [SQL Interview Questions](https://datadriven.io/sql-interview-questions)
- [Data Engineering Interview Prep Guide](https://datadriven.io/data-engineer-interview-prep)
- [Daily Challenge](https://datadriven.io/daily)

---

Source: DataDriven (https://datadriven.io). 100% free data engineering interview prep. Live code execution against Postgres 16, Python 3.11, and Spark sandboxes. No paywall, no premium tier, no signup gate.