Implicit && explicit Cursor example
447194Aug 6 2005 — edited Aug 7 2005Hi,
Can u tell me what is the diff between implicit && explict cursor.
Since Implict cursor handelsif DML returns only one row and explict cursor handles if DML statement returns more than one row. I understood like this.
But if I do Update statement in Pl-sql statement it will update more than one row.
So, Can u give me the proper explanation and example plz