source target
--------- --------
name no sal name no sal max_sal
r 10 1000 r 10 1000 3000
y 20 3000 y 20 3000 3000
Answer Posted / james
select name,no,sal,(select max(sal) from emp) as max_sal
from emp;
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How many types of sessions are there in informatica.please explain them?
How many ways a relational source definition can be updated and what are they?
In development project what is the process to follow for an etl developer from day1
Explain the difference between a data warehouse and a data mart?
How can we create index after completion of load process?
How to handle decimal places while importing a flatfile into informatica?
what are 3 tech challenges/ common issues you face?
Explain sessions and how many types of sessions are there?
Implementation methodology
What are the restrictions of union transformation?
Partition, what happens if the specified key range is shorter and longer
What is the need of an ETL tool?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
How can we delete duplicate rows from flat files?
What are the different types of transformation available in informatica.