What are column-name qualifiers used?
What is a SELECT statement?
AGGREGATE function support by DB2. A) SUM & AVG B) SUM, MIN & AVG C) SUM, MAX, AVG , MIN &COUNT D) NONE
Is db2 a mainframe database?
What is universal database?
How does coalesce work?
before altering a table is it necessary to lock ? if lock what is it ? how to do ? ifi want to lock a table what is that command ?
Explain various types of locks in db2?
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
Give the name of some fields form sqlca.
What do you need to do before you do EXPLAIN?
What is JOIN and different types of JOIN.
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?