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 / rama krishna reddy
b
if no matching records found then it will return null value
| Is This Answer Correct ? | 36 Yes | 3 No |
Post New Answer View All Answers
What is the physical storage length of the data types date, time, and timestamp?
What is image copy in db2?
How to check sequence on a table in db2?
What is isolation level in db2?
What is rct?
How does cobol compile db2 program?
Define check constraint.
Give the name of some fields form sqlca.
How can you quickly find out the # of rows updated after an update statement?
What is a db2 package?
What is the information associated with sysibm.syslinks table?
What is null indicator in cobol db2?
What is bind plan?
What is ibm db2 database?
How can the duplicate values be eliminated from db2 select?