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 / kiran
SQL> select ename,sal from emp union select 'total:',sum(sal) from emp;
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
Quickly characterize reusable change?
In informatics server which files are created during the session rums?
How to partition the Session?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
What's the layout of parameter file (what does a parameter file contain?)?
Can anyone tell me the new features in Informatica 9 Version?
how to load rows into fact table in data warehouse
Why is sorter an active transformation?
Write the different tools in the workflow manager?
Sequence generator, when you move from develoment to production how will you reset
TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com
Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?
What is different between the data warehouse and data mart?
What do you understand by SOA of Informatica?