0 votes
in PL/SQL by

How Is It Possible To Fetch A Current Row From A Cursor Without Using Rowid?

1 Answer

0 votes
by

The WHERE CURRENT OF clause is used to reference the current row of an active explicit cursor. When this clause is used, ROWID is not needed to access the current row for modifications.

...