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
Explain the code page compatibility?
What is a rank transform?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
What is a passive transformation?
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
Informatica Checkpoints
define galaxy repository in informatica
In development project what is the process to follow for an etl developer from day1
Enlist some properties of sessions.
What are the different versions of informatica?
How can we use mapping variables in informatica? Where do we use them?
What do you understand by term role-playing dimension?
Why do you use Mapping Parameter and mapping variable?
What are the settings that you use to configure the joiner transformation?
tell me about your project functionality