All tasks

Random Distribution

Beginner

Create a table audit_log with columns: log_id (SERIAL), action (VARCHAR(50)), user_name (VARCHAR(100)), log_time (TIMESTAMP DEFAULT NOW()). Use random distribution DISTRIBUTED RANDOMLY.

Category
Greenplum DDL
Estimated time
~10 min
Databases
Greenplum
Tags
DDLCREATE TABLEDISTRIBUTED RANDOMLYлоги

Sign in to solve

Start Solving