What are bind parameters in db2?
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
What is iseries database?
OUTER JOINS USED TO GET MATCHING AND NONMATCHING ROWS FORM 2 OR MORE TABLES BASED ON COLUMNS. SIMPLE JOINS ALSO DO THE SAME THEN WHAT IS THE USE OF OUTER JOINS.
What do you mean by storage group (stogroup)?
how do we solve soc 7 and soc4 ?
What does reorg do in db2?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
Can you use max on a char column?
What is the difference between using bind () and rebind () methods of naming class?
if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..
Can you tell me how can you find out the # of rows updated after an update statement?