0
13kviews
Explain Cursors in DBMS.
1 Answer
0
720views

A cursor is a temporary work area created in the system memory when a SQL statement is executed. A cursor contains information on a select statement and the rows of data accessed by it. This temporary work area is used to store the data retrieved from the database, and manipulate …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.