The homework this week will be using the devices and events dataset
Construct the following eight queries:
A query to deduplicate game_details from Day 1 so there’s no duplicates
user_devices_cumulated table that has:
device_activity_datelist which tracks a users active days by browser_typeMAP<STRING, ARRAY[DATE]>
browser_type as a column with multiple rows for each user (either way works, just be consistent!)A cumulative query to generate device_activity_datelist from events
A datelist_int generation query. Convert the device_activity_datelist column into a datelist_int column
hosts_cumulated table
host_activity_datelist which logs to see which dates each host is experiencing any activityThe incremental query to generate host_activity_datelist
host_activity_reduced
host_activity_reduced
Please add these queries into a folder, zip them up and submit here