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
Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?
if there is a table with huge number of records and if i want to extract only first 3 records from the table, what query i have to provide to retreive first 3 records
what is different three logs in DB2?
What r the comman abends in db2, jcl and cobol???????
What is an alias?
How can you find out which query is taking lot of time to execute in cobol-db2 program ?
What's the Maximum Length of SQLCA and what's the content of SQLCABC?
What is the result of open cursor statement?
What is a DBRM, PLAN ?
in column y record abc.v abc.s xyz.j abc.h i wan only abc columns how to retrieve thi records
How do I delete a table in database?
In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.