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 is the session task and command task?
tell me about your project functionality
Which development components of informatica have the highest usage?
To import the flat file definition into the designer where should the flat file be placed?
what is mean by complex business rule ?
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What is the Process to creating lookup transformation in informatica
what is the Default Source Option For Update Strategy Transformation?
What is informatica powercenter repository?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
how many types of dimensions are available in informatica?
Is stop and abort are same in informatica?
Explain the etl program with few examples.
What is meant by incremental aggregation?