0 votes
in PL/SQL by
How Can The Performance Of A Trigger Be Improved?

1 Answer

0 votes
by

The performance of a trigger can be improved by using column names along with the UPDATE clause in the trigger. This will make the trigger fire when that particular column is updated  and therefore, prevents unnecessary action of trigger when other columns are being updated.

Related questions

0 votes
asked May 1, 2021 in Jenkins by rajeshsharma
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel
...