Hi all,
Just a question about the implicit and explicit cursors.
Its recommended in many books and documents that in PL/SQL one should use explicit cursors, ALWAYS, even if you know that the cursor will be returning( or will be used to return ) only one row.
What is the exact difference that will make ?
Please guide.
Regards
Just a question about the implicit and explicit cursors.
Its recommended in many books and documents that in PL/SQL one should use explicit cursors, ALWAYS, even if you know that the cursor will be returning( or will be used to return ) only one row.
What is the exact difference that will make ?
Please guide.
Regards