Drop Statement
The drop statement destroys one or more tables, indexes, or views.
Note: This statement has additional considerations when used in a distributed environment. For more information, see the Ingres Star User Guide.
Note: This statement has the following syntax:
drop [object_type] [schema.]object_name {, [schema.]object_name};