# For each user, find the date 3 months before their signup

Canonical URL: <https://datadriven.io/problems/for-each-user-find-the-date-3-months-before-their-signup-s-70a3f3d9>

Domain: SQL · Difficulty: medium

## Problem

For each user, find the date 3 months before their signup. Show user_id, signup_date, and the earlier date.

## Related

- [All practice problems](https://datadriven.io/problems)
- [Mock interview mode](https://datadriven.io/interview/for-each-user-find-the-date-3-months-before-their-signup-s-70a3f3d9)
- [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.