in ur table contains the coloumns like deptno,sal empname
then i want output as
deptno subtotalofdept totalsal
10 3700 3700
20 3400 7100



like that



in ur table contains the coloumns like deptno,sal empname then i want output as deptno subtotalofd..

Answer / yuvaevergreen

select csum(sal,deptno) from employee;

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Teradata Interview Questions

What is the process to restart the multiload if it fails?

7 Answers  


Why are oltp database designs not generally a good idea for a data warehouse?

0 Answers  


What are some primary characteristics of teradata?

0 Answers  


what do you mean by INMOD Routines and OUTMODE Routines ?

3 Answers  


Explain the most common data types used in teradata?

0 Answers  






What are differences between teradata and ansi session modes in teradata?

0 Answers  


What is the use of teradata system software?

0 Answers  


In the Primary Index, what is the score of AMPs that are actively involved?

0 Answers  


Can we load a Multi set table using MLOAD?

2 Answers  


in ur table contains the coloumns like deptno,sal empname then i want output as deptno subtotalofdept totalsal 10 3700 3700 20 3400 7100 like that

1 Answers   IBM,


Define views in teradata with general syntax.

0 Answers  


what are the default access rights in the teradata?

1 Answers  


Categories