How to find the number of rows in a db2 table?
No Answer is Posted For this Question
Be the First to Post Answer
What is ibm db2 database?
i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error
What are the benefits of using the db2 database?
What is the error code -803 ?
If there is no row in Emp table with Ename as Raghava and you run the below queries in SPUFI. 1.select Ename from EMP wher Ename = 'raghava' 2.Select count(*) from EMP where Ename = 'raghava' What is SQLCODE shown up in SPUFI
how we will do null data selection in cobol-db2 program
What is runstats and reorg in db2?
Mention and explain the contention situations caused by locks?
How do you stop a db2 database in linux?
Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
What is cursor with hold option in db2?