What are the rules for db2 programming?
AGGREGATE function support by DB2. A) SUM & AVG B) SUM, MIN & AVG C) SUM, MAX, AVG , MIN &COUNT D) NONE
wht is d/f between union and joins ?
How to resolve -502 sql code in DB2?
Describe major components of db2?
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
How do I handle -911 (deadlock) error in a db2 program so that the program will never abend?
i have cobol+ db2 program but it contains n number of subprograms for this how many dbrm members i need to mention in bind process
What's the maximum number of characters that a tablename can have?
How to know the primary key of a table without defining the primary key in the table?
Define sqlca.
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
what is the name of the default db2 catalog database?