Using the Server Explorer, you can delete an existing procedure, function, or object (that is, a table or a view) from an IBM database.
Requirement: To delete a procedure, function, or object from a database, you must own the procedure, function, or object and have at least one of the following database privileges or authorities:
Your database administrator can provide you with the proper authority.
If you delete a table, the triggers that are associated with
the table are not deleted from the database; they are marked
inoperative. You can either delete triggers that are
associated with the table, or you can re-create triggers after
they become inoperative.
If you want to delete a trigger, you must delete it before
you delete the table.
Deleting overloaded procedures that are based on
data type produces undefined results.
To delete a procedure, function, or object from an IBM database:
The procedure, function, or object is deleted from the database.
Managing Procedures, Functions, and Objects | Deleting Triggers That Are Associated with Tables | Re-Creating Inoperative Triggers