0 votes
in PL/SQL by
Is It Possible To Pass Parameters To Triggers?

1 Answer

0 votes
by
No, it is not possible to pass parameters to triggers. However, triggers fired by INSERT and UPDATE statements can reference new data by using the mew prefix. In addition, the triggers fired in response to UPDATE and DELETE statements can reference old, modified, or deleted data using the :old prefix.

Related questions

0 votes
asked Jun 12, 2022 in Azure Data Factory by SakshiSharma
0 votes
asked Mar 13, 2021 in PL/SQL by rajeshsharma
...