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 / guest
NULL
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the syntax for seeing the columns and data types of a table in the db2 database?
What is with ur in db2?
Is db2 free?
What is buffer pool?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
Explain about rct in db2?
What is universal database?
What is a collection in db2?
How do I copy a table in db2?
What is db2 and what is the use of db2 optimizer?
What is a Foreign Key?
How do I delete a table in database?
Define sqlca.
Which component is used to execute the sql statements?
What is cursor with hold option in db2?