Which line in the following statement will produce an error?
By admin on Mar 6, 2007 in SQL Interview Questions
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.


