Next, we want to filter by recency. How can we filter this table by both tag and days_ago?

By using AND to chain different conditionsBy using multiple WHERE clauses

By using AND to chain different conditions.