Q. Which of the following statement will produce an error? (Solved)
1. cursor action_cursor is
2. select name,rate,action
3. into action_record
4. none of the above
- c. into action_record
1. cursor action_cursor is
2. select name,rate,action
3. into action_record
4. none of the above