What are the 4 environments which can access DB2 ?
Answers were Sorted based on User's Feedback
What information is contained in a SYSCOPY entry?
What is a clustered index?
What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
What is null in db2?
what is REORG? what is the use?
How can you quickly find out the # of rows updated after an update statement?
What is the reason behind not using select * in embedded sql programs?
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
What is db2 bind process?
What are union and union all?
What is cobol db2?
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?