DEVFYI - Developer Resource - FYI

Which line in the following statement will produce an error?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

Which line in the following statement will produce an error?

1. cursor action_cursor is
2. select name, rate, action
3. into action_record
4. from action_table;
5. There are no errors in this statement.

(Continued on next question...)

Other Interview Questions