Who uses db2?
No Answer is Posted For this Question
Be the First to Post Answer
What is the command used by TSO users to invoke DB2?
How can you get the number of rows impacted by the last executed query?
How to get Top 10 Salaries from a Table
i want to know how the commit option works,how it save the changes? it will update the database or what ? where we can see these saved changes?
Discuss about db2 bind?
Why do we need reorg in db2?
What is the difference between using bind () and rebind () methods of naming class?
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
What is a DBRM, PLAN ?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.
What is the cascade rule and how does it relate to deletions made with a subselect?
What are the uses of db2 optimizer?