Create a table 'events' with partitioning by year (RANGE) and subpartitioning by event type (LIST). Columns: event_id, event_type, event_data, event_date.
Sign in to solve