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'
Answer Posted / mr.perfect
error +100 we will get, record not found.......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I import data from excel to db2?
What do you mean by storage group (stogroup)?
What is package in cobol db2?
What is the use of with ur in db2?
What is difference between isnull and coalesce?
What is the use of db2 optimizer?
How do you eliminate duplicate values in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is data manager?
What is the syntax for FETCH in DB2 ?
Is db2 a database?
What does reorg do in db2?
When do you specify the isolation level?
What are packages in db2?
What is with ur in db2?