Alter TABLE table_name MINIMIZE/NOMINIMIZE RECORDS_PER_BLOCK
ALTER TABLE | Required keywords. |
table_name | The unique name of the table. |
MINIMIZE/NOMINIMIZE | You must use one of these keywords. NOMINIMIZE is the default. |
RECORDS_PER_BLOCK | Required keywords. |