What db2 400?
No Answer is Posted For this Question
Be the First to Post Answer
can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well
how do u update the faltfile into db2 table ?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
Can we use select * statement in cobol program without giving field names ???
How to fetch the last row from the table in SQL (db2)?
Why do we use cursor?
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
How can you find out the # of rows updated after an update statement?
How can deadlocks be resolved?
Do we need cursor for Count(*)?
What is a PLAN table? How will you use it? Give the various fields of PLAN table?
What is check constraint in db2?