SQL - GROUP BY and HAVING
Given a table
visits with columns user_id, page, date, and duration, write a query to find the average duration per user per page per date. Which query is correct?