All tasks

Table Hash Distribution

Beginner

Create a table orders with columns: order_id (INTEGER), customer_id (INTEGER), total (DECIMAL(10,2)), order_date (DATE). Use hash distribution by order_id.

Category
Greenplum DDL
Estimated time
~10 min
Databases
Greenplum
Tags
DDLCREATE TABLEDISTRIBUTED BYGreenplum

Sign in to solve

Start Solving