0 votes
in PL/SQL by

Explain what Is A Call Statement? Explain With An Example ?

1 Answer

0 votes
by
A CALL statement within a trigger enables you to call a stored procedure within the trigger rather than writing the Procedural Language/Structured Query Language (PL/SQL) code in it, The procedure may be in PL/SQL, C, or Java language. Following is an example of the CALL statement:

Related questions

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