Managing Table Partitions
Managing table partitions is done in SQL via the CREATE TABLE
and ALTER TABLE
commands (see CREATE TABLE
, ALTER TABLE
. Also refer to the MAP PARTITION
and UNMAP PARTITION
commands for managing the association between table partitions and storage groups.