What is the syntax for FETCH in DB2 ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More DB2 Interview Questions

What is the use of runstats in db2?

0 Answers  


What are common abends

1 Answers   SPIC, Virtusa,


What is a subselect? Is it different from a nested select?

1 Answers  


What do you mean by storage group (stogroup)?

0 Answers  


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.

0 Answers  






What is universal database?

0 Answers  


Mention and explain the contention situations caused by locks?

1 Answers  


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?

1 Answers   HeadStrong,


What is DCLGEN ?

3 Answers  


Define check constraint.

0 Answers  


What is host variable in db2 cobol?

0 Answers  


What is the difference between base table and view?

7 Answers  


Categories