Oracle Cursors

The result of a PREPARE statement is a statement identifier. It is a data structure that represents the prepared statement text......
PL/SQL provides the WHERE CURRENT OF clause for both UPDATE and DELETE statements inside a cursor.....
PL/SQL also allows you to pass parameters into cursors. It eases your work because.....
A Cursor is a PL/SQL construct and accesses the stored information in a named work area.....
Implicit: queries that return only one row. Explicit: can be declared by us for the queries that return more than one row..