Multiple choice A Ref cursor can be passed from one procedure to another True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation REF cursors in PL/SQL are cursor variables that can be passed between procedures and functions. Unlike static cursors, REF cursors are dynamic and can be opened for different queries at runtime and shared across program units.