Multiple choice

Which of the following is NOT a correct way of passing parameters to a function or a procedure in PL/SQL?

  1. IN

  2. OUT

  3. INOUT

  4. OUTIN

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

There is no OUTIN parameter in PL/SQL. Therefore, the program will return an error.