What are db2 objects?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Resource Control Table(RCT)? Describe its characteristics.
How will you return the number of records in table?
What is commit in db2?
Is it possible using max on a char column?
difference between group clause and order clause
What is the syntax for creating a table in the db2 database?
When is the access path determined for dynamic SQL?
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
I HAVE 2 TABLES ONE IS EMP_TABLE AND ANOTHER DEPT_TABLE.EMP_TABLE CONTAINS NAME,DEPTNO,DEPTNAME,LOCATION AND DEPT_TABLE CONTAINS DEPTNO,DOJ(DATE OF JOINING).I WANT TO DISPLAY NAME,DEPTNAME,DOJ AND WHO ARE JOINED BETWEN 01- JAN-2007 TO 01-JAN-2008?
What is REORG? When is it used?
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?