Saturday 26 May 2012

What is the difference between ALTER TRIGGER and DROP TRIGGER statements? | PL SQL

An ALTER TRIGGER statement is used to recompile, disable, or enable a trigger; whereas, the DROP TRIGGER statement is used to remove the trigger from the database.