Oracle PL-SQL Question:
Download Questions PDF

What is a cursor ? Why Cursor is required?

Answer:

Cursor is a named private SQL area from where information can be accessed. Cursors are required to process rows individually for queries returning multiple rows.

Download Oracle PL-SQL Interview Questions And Answers PDF

Previous QuestionNext Question
Explain the two type of Cursors?What is PL/SQL table?