Scenario is like this:
Name Sal
A 10;
B 20;
C 30;
Then Output should be
Name Sal
A 10;
B 20;
C 30;
Total 60;
Use SQL For this scenario
Answer Posted / niru
select name,salary from emp
union
select "total",sum(sal) from emp
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
without table how to come first record only in oracle?
difference between repository database and repository service?
What are the modules in Power Center
Where is metadata stored?
What is a code page?
How to update or delete the rows in a target, which do not have key fields?
How to elaborate powercenter integration service?
What are the types of presistent cache in look up tr.
Explain direct and indirect flat file loading (source file type) - informatica
Why do you use Mapping Parameter and mapping variable?
Define mapping and session?
Explain incremental aggregation in informatica
Could you explain what is enterprise data warehouse?
Describe the impact of several join conditions and join order in a joiner transformation?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?