Monday 1 October 2012

Oracle PL/SQL Cursors



We can manipulate the information within a SQL statement by means of assigning a name to a "select statement", this concept is known a cursor. A cursor is used for processing individual rows returned as a result for a query.


 Oracle PL/SQL Cursors With Parameters
 Oracle PL/SQL WHERE CURRENT OF & FOR UPDATE
 Examples of Oracle PL/SQL Cursors

No comments:

Post a Comment