Multiple choice technology databases Can cursor variables be stored in PL/SQL tables? True 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.