Google News
logo
PL/SQL - Interview Questions
Explain uses of cursor.
Cursor is a named private area in SQL from which information can be accessed. They are required to process each row individually for queries which return multiple rows.
Advertisement