Create a table sales with columns: sale_id (INTEGER), product_id (INTEGER), amount (DECIMAL(12,2)), sale_date (DATE). Use range partitioning by date ranges: Q1-Q4 2024.
Sign in to solve