Explicit Cursors
The cursor has to go through the following four steps : Declare, Open, Fetch, Close
Parameterized Cursor
Parameterized Cursor with Default Parameter
If we don’t pass parameter when we open the cursor the default value will be used else the parameter that we pass will be used
Cursor For Loop
Parameterized Cursor For Loop
Cursor For Loop using Subqueries