totn Oracle / PLSQL

Oracle / PLSQL: Cursors

In Oracle, a cursor is a mechanism by which you can assign a name to a SELECT statement and manipulate the information within that SQL statement.

The following is a list of topics that explain how to use Cursors in Oracle/PLSQL: