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 / asdf
select id,name,max(sal) from table a;
select id,max(sal) from table b;
if u want to join two tables
select id,sal from table a,table b where a.id=b.id;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we create a node as a gateway node and the same node can be assigned to a grid?
Can you use flat files in Mapplets.
Clarify the aggregator change?
What are the performance considerations when working with aggregator transformation?
What is status code in informatica?
Briefly define reusable transformation?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
Can anyone tell me the new features in Informatica 9 Version?
How do you load unique records into one target table and duplicate records into a different target table?
What is aggregate cache in aggregator transformation?
Explain the features of connected and unconnected lookup.
Define mapplet?
How to do the error handling of if ur source is flatfiles?
Differences between connected and unconnected lookup?
What are the different versions of informatica?