Multiple choice

Which of the following arguments in stored procedure of PL/SQL block specifies that the procedure passes a value for this argument back to its calling environment after execution?

  1. IN

  2. Schema

  3. OUT

  4. REPLACE

  5. BEGIN

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This argument in stored procedure of PL/SQL block specifies that the procedure passes a value for this argument back to its calling environment after execution.