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

Let us know at info@questionaries.org

How you open and close a cursor variable?

5 like 0 dislike
How you open and close a cursor variable.Why it is required?
asked 1 year ago by daneim (127,080 points)

1 Answer

1 like 0 dislike
 
Best answer
OPEN cursor variable FOR SELECT...Statement
CLOSE cursor variable In order to associate a cursor variable with a particular SELECT statement OPEN syntax is used. In order to free the resources used for the query CLOSE statement is used.
answered 1 year ago by marck_don (191,010 points)

Related questions

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