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.

Related questions

+2 votes
asked Jan 15, 2022 in Sql by GeorgeBell
0 votes
asked Mar 7, 2021 in PL/SQL by SakshiSharma
...