follwing scenario two table using find maximum salary?
table a table b
101 xxx 1000 106 6500
103 yyy 5000 108 800
104 din 6000 109 7000
105 dsh 200 110 3000
Answer Posted / murali udayagiri
select greatest(sub.emp_max_sal,sub.emp1_max_sal) from
(select (select max(sal) from emp) emp_max_sal,(select max
(sal) from emp1) emp1_max_sal from dual) sub;
Thanks,
Murali Udayagiri
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Define joiner transformation?
scenario where i can use only concurrent execution of workflow.
How to load a Dimension ? and how to load a fact table?
What is a filter transformation and why it is an active one?
Differentiate between source qualifier and filter transformation?
Explain pmcmd command usage in informatica
How can we remove the duplicates from flat file source?
Explain the mapping variable usage example in informatica
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?
pmscmd startworkflow -sv
Clarify the aggregator change?
What is data movement mode in Informatica and difference between them?
What is a sorter transformation?
What is the benefit of session partitioning?
How to convert multiple rows to single row (multiple columns) in informatica