0
1.3kviews
cursor and types of cursor
1 Answer
written 2.5 years ago by |
Cursor :
A cursor is a temporary work. once created in system memory where a SQL statement is executed.
This temporary work are used to store the retired from the database and manipulate this data.
A cursor can held more than row but can process any one at a time. …