The LexisNexis legal research platform needs a monthly view of which content categories attract the most reader activity. Write a PostgreSQL query that identifies the highest-performing content categories for each month in Q1 2025.
view events from January through March 2025.| Column | Type | Description |
|---|---|---|
| content_idPK | INT | Unique content identifier |
| title | VARCHAR(200) | Content title |
| category | VARCHAR(80) | Content category |
| Column | Type | Description |
|---|---|---|
| event_idPK | INT | Unique event identifier |
| content_id | INT | Referenced content item identifier |
| event_date | DATE | Date of user activity |
| event_type | VARCHAR(20) | Type of user activity |
| engagement_seconds | INT | Seconds spent during the event |