create table toys_part_iot ( toy_id integer primary key, toy_name varchar2(100) ) organization index partition by hash ( toy_id ) partitions 4;