What does db2 blu stand for?
No Answer is Posted For this Question
Be the First to Post Answer
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
What is the difference between static and dynamic SQL?
How do you insert a record with a nullable column?
What is copy pending and check pending in db2?
what is dynamic cursor?gives syntax for this?
What is a clustering index?
What are the different types of base tables?
How would the varchar column remarks defined?
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
What does the RUNSTATS Utility do?
What is UNION,UNION ALL?
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;