Multiple choice technology databases

Can cursor variables be stored in PL/SQL tables?

  1. True

  2. False

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

In PL/SQL, cursor variables (REF CURSORs) cannot be stored in collections such as PL/SQL tables (associative arrays) or nested tables. This restriction makes the statement false, so the stored answer is correct.