What are iseries servers?
No Answer is Posted For this Question
Be the First to Post Answer
Mention some fields that are a part of sqlca.
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
what is diffrence b/w file-aid tool and file-aid utility???
Name the lockable units in DB2?
Are views updateable?
Is db2 relational database?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What is a db2 collection?
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
If the base table underlying a view is restructured, eg. attributes are added, does the application code accessing the view need to be redone?