hw cn v elimate dublicate values from lookup without
overriding sql?

Answers were Sorted based on User's Feedback



hw cn v elimate dublicate values from lookup without overriding sql?..

Answer / preeti

hi,if I understand this question correctly,lookup itself
eliminate duplicate rows by having options like First
Value,Last Value.So whenever there are more than one row
for matching lookup condition then it gets eliminated by
first value.last Value option.Let me know if I am wrong

Is This Answer Correct ?    33 Yes 2 No

hw cn v elimate dublicate values from lookup without overriding sql?..

Answer / bsgsr

hi, preeti,
u r absolutely correct.
the main functionality is to avoid duplicate rows by
selecting first or last value only when the record kming
from the source has multiple matches with the look up cache.

mail meif u r interested in kt
9866188658 bsgsr12@gmail.com

Is This Answer Correct ?    1 Yes 0 No

hw cn v elimate dublicate values from lookup without overriding sql?..

Answer / vijay

using dynamic lookup in lookup t/r we can easily eliminate
duplicates.

Is This Answer Correct ?    2 Yes 1 No

hw cn v elimate dublicate values from lookup without overriding sql?..

Answer / surender

yes correct

Is This Answer Correct ?    0 Yes 0 No

hw cn v elimate dublicate values from lookup without overriding sql?..

Answer / honey

We can remove the duplicate values from the lookup by using
the DISTINCT clause with SQL queries.

Is This Answer Correct ?    2 Yes 6 No

hw cn v elimate dublicate values from lookup without overriding sql?..

Answer / chandra

in the source qualifier select the prequalifier and select
the distinct clause

Is This Answer Correct ?    0 Yes 6 No

hw cn v elimate dublicate values from lookup without overriding sql?..

Answer / reddy

hi,
we can eliminate duplicate values by camparision primary key
using lookup

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More Informatica Interview Questions

What is an aggregator transformation? it is active why cant it be passive explain?

3 Answers   HCL,


What are the issues you have faced in your project? How did you overcome those issues?

0 Answers   CTS, FEEE, TCS,


lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?

5 Answers   IBM,


What are ETL Tools?

0 Answers   Informatica,


what is the max/min size allocated for caches.whether index or datacache in any of the transformations like Joiner or Aggregator.bcoz it is set to Auto by default which means we need not to allocate no of bytes or MB.so what is the use of these properties.please let me know about the caches. Thnaks in advance Sai Ram

3 Answers  






What are the joiner caches?

3 Answers   Informatica,


,if we have single SQ in flow and we have router in which it has two group and we want to join these two groups with joiner ?is it possible?

3 Answers   Emphasis,


Can we insert ,update ,delete in target tables with one update strategy tran.?

2 Answers   Zensar,


What is CHECK-IN CHECK-OUT. Please explane me?

3 Answers   TCS,


How to get EVEN & ODD numbers separately?

8 Answers  


What is the difference between Oracle performance and Informatica Percfomance? Which performance is better?

4 Answers   Cap Gemini, IBM,


I have source data like this col1 col2 col3 5 3 8 6 2 9 7 1 10 and i want to get target as col1 col2 col3 5 1 8 6 2 9 7 3 10 which transformation i have to use and how?

3 Answers  


Categories