Multiple choice technology databases What are the different methods for passing parameters to Procedure? Positional & Named Positional alone Positional ,Name and Combination 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).