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.
Sign in to solve