Parameter that acts like a constant inside the subprogram - PL/SQL Subprograms - IN

Q.  Which parameter acts like a constant inside the subprogram?
- Published on 03 Jul 15

a. IN
b. OUT
c. Both A & B
d. None of the above

ANSWER: IN
 
The IN parameter are used to send the values to the stored procedures.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)