1 | You can use a cursor to re-execute SQL statements - after each stage of execution, the cursor retains enough information about the statement to re-execute it without starting over again |
2 |
Cursors are "structured" in that know about SQL -- you can open, close and fetch from a cursor
|
3 | Closing a cursor means the information currently in the associated private area is lost and its memory is deallocated |