Dropping a Trigger

You can remove a trigger by dropping it or by dropping the trigger table. When a table is dropped, any triggers associated with it are also dropped. DROP TRIGGER permission defaults to the trigger table owner and is not transferable.

    To drop a trigger

Or