Which Of The Following Is The Correct Syntax To Fetch The #567
Which of the following is the correct syntax to FETCH the cursor in PL/SQL?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 PL/SQL Procedures, Functions and Cursors - PL/SQL Cursors - Quiz No.1.
Which of the following is the correct syntax to FETCH the cursor in PL/SQL?
FETCH cursor_name INTO variable_list;
FETCH cursor_name IN variable_list;
FETCH cursor_name AS variable_list;
FETCH cursor_name variable_list;