cursors

Go4Expert Member
29Aug2007,17:13   #1
sivaprasadnkv's Avatar
what is cursor
what is the use of cursor
difference b/w implicit cursor and explicit cursor
Go4Expert Founder
29Aug2007,18:54   #2
shabbir's Avatar
Cursors are pointers used to fetch rows from a result set. One can think of a cursor as a data structure that describes the results returned from a SQL SELECT statement. One of the variables in this structure is a pointer to the next record to be fetched from the query results.