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.

Related questions

0 votes
asked Mar 10, 2021 in PL/SQL by sharadyadav1986
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel
...