LTM Limited interview question

what is cursor and why do we use cursor?

Interview Answer

Anonymous

24 Jul 2024

Cursor is used to process set of rows one by one from table. Cursor is used to retrieve and process one row from set of rows retrieved by the application program