There are plenty of ways to use SQL statements in order to modify partitioned tables—you can drop, add, merge, split, or redefine partitions with the ALTER TABLE statement. There are also ways to retrieve partitioned tables and partition information. We will see each of these in the following sections:
- RANGE and LIST partition management
- HASH and KEY partition management
- Partition maintenance
- Obtain partition information