The DROP command is used to drop tables no longer required. This is useful for removing intermediate tables, used to create summary tables in order to reduce the size of the TARGITDB file.
Syntax:
DROP table_name
Note: The table in question will not be saved in the TARGITDB file.
Example:
DROP [order details]
Comments
Please sign in to leave a comment.