AGGREGATE function support by DB2.
A) SUM & AVG
B) SUM, MIN & AVG
C) SUM, MAX, AVG , MIN &COUNT
D) NONE

Answer Posted / ramakrishna nattam

c

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is bind and rebind in db2?

640


How does db2 sample database connect?

562


What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?

698


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2140


Explain the function done by data manager?

847






Mention data types used in db2 ?

663


What is the function of logging in the db2 database?

636


What is blu acceleration in db2?

596


What is access path in db2?

554


What does db2 blu stand for?

651


What are the two types of logging in the db2 database? Explain them.

568


What are db2 objects?

630


What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?

692


Name the lockable units in DB2?

655


How to check table size in db2 sap?

569