what is cursorcursor is a database object used by


What is Cursor?

Cursor is a database object used by applications to manipulate data in a set on a row-by- row basis, instead of the typical SQL commands that operate on all the rows in the set at one time.

In order to work with a cursor we require performing some steps in the following order:

Declare cursor

Open cursor

Fetch row from the cursor

Process fetched row

Close cursor

Deallocate cursor

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: what is cursorcursor is a database object used by
Reference No:- TGS0312933

Expected delivery within 24 Hours