Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


select * from emp where sal>(select min(sal) from emp) how
to implement the same in informatica ?

Answers were Sorted based on User's Feedback



select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica..

Answer / chandra mouli

In Mapping take two transfermations.
1.aggrigate transfermation
2.filter transfermation.
in aggrigate add one output port is minsal
minsal=MIN(SAL).next in filter condition SAL > minsal.

next link the ports to target.

Is This Answer Correct ?    8 Yes 3 No

select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica..

Answer / guest

Hi,

Use the lookup on emp table .Override the lookup Query
(select min(sal) from emp. Connect the empno port and min
(sal) port to exp. Fetch all the rows from emp table to
exp, then connect to filter give condition sal> min(sal).

Is This Answer Correct ?    3 Yes 0 No

select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica..

Answer / cmanojkumar

Hi,
Thanks for your answer.
If we take this in single pipeline it will not allow us to
connect aggregator transformation and source qualifier
transformation to target transformation
Because we can't combine two active transformations to
another transformation.
I would like to know these rules. Can any on tell me why
can't we combine active and active ?

Is This Answer Correct ?    1 Yes 0 No

select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica..

Answer / rudra

SQualifier --> Sql Query -->select * from emp where sal>(select min(sal) from emp) -->Apply-->OK -->connect to TGT table (save it)
## Create wf and ssn then run it

Is This Answer Correct ?    0 Yes 0 No

select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica..

Answer / chiranjeevi.madam

The above answer is correct. But, the aggregated value should be found in one pipeline and the filter should be in another pipeline both coming from source qualifier or previous t/r.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Informatica Interview Questions

can we override a native sql query within informatica? Where do we do it?

0 Answers  


In incremental loading using Mapping variable if session failed with any of reason in the middle of process. is the Mapping variable remains constant or change?

1 Answers   TCS,


Source having one lakh record and loaded into target. Then, how can i compare records will loaded in table? For example Source having Firstname,Lastname. the same Firstname,Lastname record will be loaded into Target? How can i check in Oracle?

5 Answers  


What is lookup change?

0 Answers  


What is a standalone command task?

0 Answers  


Mention some types of transformation?

0 Answers  


Performance tuning( what you did in performance tuning)

0 Answers   Infosys,


What is reconstalation n What is fact constalation? Correct me if i m wrong in the question.

2 Answers   Mphasis,


How can i catch the Duplicate Rows From SorterTrans in a Seperate Target Table ?

2 Answers  


write a query row to column follwing source? quarter sales q1 5000 q1 9000 q1 7000 q1 6000 q2 5000 q2 4000 q2 3000 q2 1000 q3 4000 q3 3000 q3 1000 q3 2000 q4 5000 q4 400 i want the output? q1 q2 q3 q4 sales

3 Answers   Cognizant, Flextronics,


What is incremental aggregation and how it is done?

8 Answers   JPMorgan Chase, TCS,


can u give example for factless fact table

2 Answers   TCS,


Categories