SQL - Aggregate Functions
You have a table
visits with columns user_id and visit_date. Some user_id values are NULL. Write a query to count how many unique users visited on '2024-01-01', excluding NULL user_ids.