All tasks

Range Partitioning

Intermediate

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.

Category
Greenplum DDL
Estimated time
~20 min
Databases
Greenplum
Tags
DDLPARTITION BY RANGEпартиционированиедаты

Sign in to solve

Start Solving