Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

Difference between an implicit & an explicit cursor?

4 like 0 dislike
Difference between an implicit & an explicit cursor.?
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
only one row. However,queries that return more than one row you must declare an explicit cursor or use a cursor FOR loop. Explicit cursor is a cursor in which the cursor name is explicitly assigned to a SELECT statement via the CURSOR...IS statement. An implicit cursor is used for all SQL statements Declare, Open, Fetch, Close. An explicit cursors are used to process multirow SELECT statements An implicit cursor is used to process INSERT, UPDATE, DELETE and single row SELECT. .INTO statements.
answered 1 year ago by marck_don (191,010 points)
give description of these difference
asked 1 year ago by anonymous

Related questions

10 like 0 dislike
0 answers
4 like 0 dislike
1 answer
5 like 0 dislike
1 answer
asked 1 year ago by rad_joshep (19,390 points)