A data engineer wants to create a Delta Lake table for storing user activities of a website. The table has the following schema: user_id LONG, page STRING, activity_type LONG, ip_address STRING, activity_time TIMESTAMP, activity_date DATE Based on the above schema, which column is a good candidate for partitioning the Delta Table?