Which of the following statements hold true for a cursor?
Options
- Specify positioning at specific rows in the result set
- Retrieve multiple columns based on the current result set position
- Modify data in the rows at the current position in the result set
- Both a and c
CORRECT ANSWER : Both a and c
Write your comments