AGGREGATE function support by DB2.
A) SUM & AVG
B) SUM, MIN & AVG
C) SUM, MAX, AVG , MIN &COUNT
D) NONE
Answers were Sorted based on User's Feedback
Can we install 2 different versions of Db2 on same mainframe?
What do you need to do before you do EXPLAIN ?
How can you find out the # of rows updated after an update statement?
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
What are the three types of page locks that can be held?
Suppose if I need to update a column, how you do that using cursor?
What is runstats db2?
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?
How to resolve deadlock issue
What is cursor?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
Explain about mirror activator disk mirroring?