CURSORS
1. Impllicit Cursor is predefined cursor. When we execute sql statement then OPEN,FETCH and CLOSE automatically by oracle itself.
2. Explicit Cursor is user defined cursor.
a. Simple Cursor
b. Parameterized Cursor
c. Ref cursor.
Package Cursor