What is a collection in db2?
No Answer is Posted For this Question
Be the First to Post Answer
Can you search give an array in the WHERE clause of a db2 query?
Which command is used to connect to a database in DB2 ? Give the Syntax.
Can we use select query in a loop to fetch multiple rows in a COBOL PROGRAM? If so, what is the advantage of cursor?
How do I optimize a query in db2?
How can we define a table? How can we apply SEARCH ALL on it ?
why we go for SPUFI for creating tables or for sql queries?
How to execute stored procedures?
How do I copy a table in db2?
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
What are db2 error codes -305 and -407. What is the difference between these 2 error codes ?
How do I import a csv file into db2?
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?