This question evaluates proficiency in SQL for relational databases, specifically testing aggregation, joins, date/time grouping, and handling tied results when computing user metrics such as total users, peak signup month, and top-followed users.
You are given a simplified schema for a fictional social app called Nextagram:
follower_user_id
follows
followed_user_id
Assume created_at is a timestamp (timezone handling is ignored for this part).
Write SQL queries to answer: