in PL/SQL by (20.8k points)
Explain what Is The Difference Between Alter Trigger And Drop Trigger Statements?

1 Answer

0 votes
by (20.8k points)

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 (31.6k points)
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel (20.8k points)
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel (20.8k points)
...