Implicit vs Explicit Cursor
AB312062Mar 10 2013 — edited Mar 12 2013Hi
I read somewhere that Implicit Cursor is used when sql statement returns only one row and Explicit Cursor is used when sql statement returns more than one row.
I did not understand it. Why is it so? Can we not use Implict cursor when Sql returns multiple rows or explicit returns only one row?
can someone explain this with example.
Thanks
AB