1.

Explicit Cursor Attributes

Answer»

There are four cursor ATTRIBUTES USED in ORACLE

cursor_name%Found,
cursor_name%NOTFOUND,
cursor_name%ROWCOUNT,
cursor_name%ISOPEN

There are four cursor attributes used in Oracle

cursor_name%Found,
cursor_name%NOTFOUND,
cursor_name%ROWCOUNT,
cursor_name%ISOPEN



Discussion

No Comment Found