PostgreSQL - Aggregate Functions and GROUP BY
Given a table
visits with columns user_id, page, and visit_date, write a query to count visits per user per day, but only for users with more than 5 visits that day.