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
Highlight the limitations of TPUMP Utility.
What is the purpose of indexes?
What happens when a node suffers a downfall?
What is the difference between fastload and multiload? Which one is faster?
How can bottlenecks be identified?
What is a dimension table?
What is stored procedure in teradata?
Explain BYNET.
Explain the term 'primary key' related to relational database management system?
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?
Did you write stored procedures in teradata?
What is the difference between union and union all in teradata?
How can we check the version of Teradata that we are using currently?
Explain teradata architecture?
Explain teradata utilities. What is multiload, fast load, tpump?