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


Please Help Members By Posting Answers For Below Questions

What is informatica metadata and where is it stored?

669


How do you convert single row from source into three rows into target?

733


what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?

1904


Which development components of informatica have the highest usage?

694


how many types of dimensions are available in informatica?

647






Differentiate between joiner and lookup transformation?

721


How to load the name of the current processing flat file along with the data into the target using informatica mapping?

817


Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.

1955


How might one distinguish in the case of mapping is right or not without associating session?

733


What is olap (on-line analytical processing?

729


what is the complex transformation you used in informatica

2288


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

1650


How do you change a non-reusable transformation to reusable transformation?

691


While migrating the data from one environment to another environment how would you manage the connections?

723


whats the logic to load the lower level of granularity of data to fact table.

1911