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


Please Help Members By Posting Answers For Below Questions

Mention a few design and development best practices for informatica?

658


What are the tasks that source qualifier perform?

722


Explain dynamic target flat file name generation in informatica

733


which one is better performance wise joiner or look up

727


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

698






How can one identify whether mapping is correct or not without connecting session?

1021


What is sq transformation?

764


What is data caches/ index caches?

697


What are the types of data warehouses?

1035


what is the size ur source like(file system or database)? how many record daily come u r banking project?

1828


Which means the first record should come as last record and last record should come as first record and load into the target file?

697


What is the use of an aggregator cache file?

780


Differentiate between sessions and batches?

660


What is a shortcut and copy in Informatica and how two are different with each other?

788


What differs when we choose the sorted input for aggregator transformation?

669