0 votes
in PL/SQL by
Explain what Is The Difference Between Implicit Cursor And Explicit Cursor?

1 Answer

0 votes
by

A cursor is a SQL memory work area. Any SQL statement always uses a cursor for the execution of statements and fetching of results. This is implicitly defined and is called implicit cursor.

When a programmer defines a cursor for fetching and parsing results of a SQL query, which returns more than one row, it is called an explicit cursor.

Related questions

0 votes
asked Jan 1 in Android by DavidAnderson
0 votes
asked Jan 30, 2020 in Selenium by rajeshsharma
...