# <!-- FILL: Partner Name --> Sample Queries

Common analyst questions mapped to complete, ready-to-adapt SQL patterns. Each query follows the universal rules from `query-standards.md` and the partner-specific rules from `query-guide.md`.

> **Usage**: These are starting patterns — always verify column names via the catalog (`DESCRIBE TABLE`) before running, and apply required filters from `query-guide.md`.

<!-- FILL: Add 3-5 of the most common queries analysts ask for this partner.
For each query, include:
  1. A descriptive heading (phrased as the analyst question)
  2. A brief note on which table(s) it uses and why
  3. The complete SQL
  4. Any callouts (e.g., "swap COUNTRY_CODE for other territories")

Example structure:

## Total streams for a song in a given period

**Source**: `DATABASE.SCHEMA.TABLE` (primary fact/dimm table)

```sql
SELECT ...
```

**Adapt**: Change the entity ID, date range, or country as needed.
-->
