IN mode parameter lets you pass values to subprogram being called - PL/SQL Subprograms
Q. In which mode parameter lets you pass values to the subprogram being called? It cannot be assigned a value.- Published on 09 Jul 15a. Using the IN mode
b. Using the OUT mode
c. Both A & B
d. None of the above
ANSWER: Using the IN mode
IN parameter is which helps us to pass a value to the subprogram. This parameter is a read-only parameter and it acts like a constant in a subprogram. No value can be assigned to it.