CREATE TABLE tpch.region (R_REGIONKEY INTEGER primary key, R_NAME VARCHAR(25), R_COMMENT VARCHAR(152), dummy text) WITH (number_of_replicas = '0');