InterviewSolution
Saved Bookmarks
| 1. |
What Is A Call Statement? Explain With An Example ? |
|
Answer» 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: 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: |
|