Where do you specify them?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use cursor?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What are types of indexes?
how does the defining of a stored procedure effect the size of a DB2 data base A) it increases the size of a data base B) it decreases the size of a data base C) it does not effect the size of the data base D) it changes the table space structures
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
what is Static and dynamic linking
How is the value function used?
what is difference between Static call and Dynamic call? How does it function?
What is dpf in db2?
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
what are the bind parameters?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?