What is rct?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about open switch business continuity software?
How do I connect my db2 database to ibm?
What is explain plan in db2?
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
Can we update view in db2?
how to resolve -805. give clear explination for that
What is Reorg Recovery? when will you run it?
Which are the db2 tools to protect integrity of the database?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
What does it mean if the null indicator has -1, 0, -2?
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?