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

Let us know at info@questionaries.org

What a SELECT FOR UPDATE cursor represent?

5 like 0 dislike
What a SELECT FOR UPDATE cursor represent?
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
SELECT......FROM......FOR......UPDATE[OF column-reference][NOWAIT]
The processing done in a fetch loop modifies the rows that have been retrieved by the cursor. A convenient way of modifying the rows is done by a method with two parts: the FOR UPDATE clause in the cursor declaration, WHERE CURRENT OF CLAUSE in an UPDATE or declaration statement.
answered 1 year ago by marck_don (191,010 points)

Related questions

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