LTIMindtree Interview Question

what is cursor and why do we use cursor?

Interview Answer

Anonymous

Jul 24, 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