All tasks

Replicated Table

Beginner

Create a reference table countries with columns: country_id (INTEGER PRIMARY KEY), country_name (VARCHAR(100)), country_code (CHAR(2)). Use DISTRIBUTED REPLICATED to replicate to all segments.

Category
Greenplum DDL
Estimated time
~10 min
Databases
Greenplum
Tags
DDLCREATE TABLEDISTRIBUTED REPLICATEDсправочник

Sign in to solve

Start Solving