How to handle nulls in Teradata???
How many columns can be there in a table???
How to find average sal with out using avg function????
Answer Posted / sri
without using "avg" we can find the avg salary by using sum
(sal)/count(sal);
sel sum(sal)/count(sal) as avgsal from tablename
regards,
sri
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
how do we write scripts in unix how to execute scripts in real time anybody please needfull or give me number i will cal u
What is the use of fallback?
How to Extract data from multiple legacy systems?
How to select first n records in teradata?
Write a program to show the parser component used in teradata?
What is the meaning of Caching in Teradata?
What is the use of virtual processor connectivity in teradata?
why use references rather than pointers in the public api, particularly for arguments which are modified?
tomorrow i have interview in infosys.can someone pour any suggestions or any interview questions. thank you
What is meant by a Virtual Disk?
What is a node in teradata? Explain
What is the purpose of joins in teradata?
how do you manage the production space. what are the proactive methods you can take ?
What are the different table types supported by teradata?
What is the purpose of using case expression in teradata?