Correct Answer : FETCH cursor_name INTO variable_list;
Explanation : FETCH cursor_name INTO variable_list is the correct syntax to fetch the cursor.
cursor_name
variable_list