Q. Which of the following is not a feature of a cursor FOR loop (Solved)
1. record type declaration
2. opening and parsing of sql statement
3. fetches records from cursor
4. requires exit condition to be defined
- b. opening and parsing of sql statement