1.

Difference Between An Implicit And An Explicit Cursor?

Answer»

The implicit cursor is used by Oracle SERVER to test and parse the SQL statements and the explicit CURSORS are DECLARED by the programmers.

The implicit cursor is used by Oracle server to test and parse the SQL statements and the explicit cursors are declared by the programmers.



Discussion

No Comment Found