What is the syntax for FETCH in DB2 ?
No Answer is Posted For this Question
Be the First to Post Answer
What is COPY PENDING status?
What is concurrency in db2?
What is bind package and plan in db2?
Plan is an executable form of sql statements,But what exactly resides inside a Plan. what are the details inside Plan.
What is dbrm? What it contains? When it will be created?
What is a DBRM, PLAN ?
What is db2 catalog database?
What is sqlca?
Can we use group-by clause in sub-query? If 'yes' means,Will it be executed successfully or else If 'no' means why should we not using that method? Give me your suggestion please....
how to get duplicate records from tables?write qurey for this?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
Can you search give an array in the WHERE clause of a db2 query?