Search This Blog

Wednesday, February 9, 2022

Oracle / PLSQL: Cursors

 

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:

No comments:

Post a Comment

PL/SQL - Collections

A collection is an ordered group of elements having the same data type. Each element is identified by a unique subscript that represents its...