0 votes
in PL/SQL by
Explain what Is The Difference Between Alter Trigger And Drop Trigger Statements?

1 Answer

0 votes
by

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.

...