Create a customers table with columns: customer_id (INTEGER), customer_name (VARCHAR(100)), region (VARCHAR(50)), created_at (DATE). Partition by list of regions: Moscow, Saint Petersburg, Other.
Sign in to solve