Previous Topic: Dropping the Default Index Associated with a TableNext Topic: Method 1—Using DDL and DML Statements


Dropping and Recreating a Table

Considerations for Dropping/Adding a Table

Many types of changes can only be implemented by dropping and redefining a table. There are two major considerations involved with this process:

This section outlines two approaches that can be used to drop and recreate a table:

Considerations

Select the approach based on the size of the table and the importance of minimizing the time during which the table cannot be accessed. Consider the following:

For these reasons, Method 1 is more appropriate for small tables, while Method 2 is more suited for large tables.