Amazon account data may contain duplicate email addresses because of inconsistent capitalization or accidental leading and trailing spaces. Write a PostgreSQL query to identify emails associated with more than one user.
| Column | Type | Description |
|---|---|---|
| user_idPK | INTEGER | Unique Amazon user identifier |
| VARCHAR(320) | User email address | |
| created_at | TIMESTAMP | Account creation timestamp |