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?
Answer Posted / rkraju
while doing average nulls value cannot considered
>>in that above example 4 values is there but while
caluculating average it consider only 3 values y becz in
that four values one values is there so the o/p is
>> 5+null+8+3=16/3
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between global temporary tables and volatile temporary tables?
What are default access rights in teradata?
Explain fastload in teradata?
What do you mean by fastexport in teradata?
What do you mean by ttu in teradata?
How to run a query in teradata?
What is a clique?
What are aggregate tables? How do you design them using teradata?
Explain BYNET.
How do you verify a complicated sql?
Write a program to show the parser component used in teradata?
Hi send me the Teradata dumps to my id rajeshanantha@yahoo.co.in Thanks Rajesh. A
What is the primary index in teradata?
What exactly do you know about catching in teradata?
How would you load a very large file in teradata in general?