whether Nulls will be counted while doing average?
example: we have table column A with following values
A
--
5
Null
8
3
Now what is the average of A?
Answers were Sorted based on User's Feedback
Answer / yuvaevergreen
yes..as said above, nulls would be completely ignored while
calculating averages.
similarly, while counting that column alone, "sel count(a)"
will give you 3 ignoring null.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / maka
Null value can not be counted with aggregate functions.
count(*) count null.
Here result will be 5
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / bkishor
Nulls are ignored in AVg Function.so the output will be 5+8+3/3
Is This Answer Correct ? | 0 Yes | 0 No |
What are some primary characteristics of teradata?
If the PMON is not working then how do you identify and monitor all the processes, resources and sessions ?
Let us say there is a file that consists of 100 records out of which we need to skip the first and the last 20 records. What will the code snippet?
What is database exceptions in teradata?
What do you mean by parsing?
What is stored procedure in teradata?
How do you load Multiple files to a table by using fastload scripts?
Discuss the advantages of using partitioned primary index in a query?
what are the roles and responsibilities of teradata DBA ?
Explain the most common data types used in teradata?
can i call router is a passive transformation
What are the multiload utility limitations?