Multiple choice technology databases

What are the different methods for passing parameters to Procedure?

  1. Positional & Named

  2. Positional alone

  3. Positional ,Name and Combination

  4. None of the above

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

PL/SQL procedures accept positional (order-based), named (=> notation), or mixed notation. Options include just positional (B wrong) or just positional and named (A incomplete).