Oracle/PLSQL Topics: Cursors
A cursor is a mechanism by which you can assign a name to a "select statement" and manipulate the information within that SQL statement.
We've categorized cursors into the following topics:
Cursor Attributes (%FOUND, %NOTFOUND, etc)
Cursor Examples: