Multiple choice technology programming languages

Procedure MUST have IN/OUT parameters.

  1. True

  2. False

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

Procedures in PL/SQL do NOT require IN/OUT parameters: they can have no parameters at all, only IN parameters, only OUT parameters, or any combination. The statement 'Procedure MUST have IN/OUT parameters' is therefore false. Procedures are flexible in their parameter declarations.