What should be specified along with a cursor in order to
continue updating process after commit?

Answer Posted / obularaju

WITH HOLD

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get the ddl of a table in db2?

675


What is cursor stability in db2?

809


Can you tell me how can you find out the # of rows updated after an update statement?

608


What is dbrm? What it contains?

678


What language is db2 written in?

595






What are the rules for db2 programming?

641


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2149


What is temporal table in db2?

601


What do you mean by cursor?

582


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

1936


What is load utility in db2?

665


What is a db2 collection?

603


What is the maximum number of columns in a db2 table?

723


What is a Foreign Key?

656


How can you classify the locks in db2?

632