Eliminating of duplicate records without using dynamic lookups

Answers were Sorted based on User's Feedback



Eliminating of duplicate records without using dynamic lookups..

Answer / pooja ahmed

1. you can you use sorter transformation .... in that you
select distinct option

2. use agg trans .... in that go for group by

usi8ng above metyhod you can remove duplicate rec...

Is This Answer Correct ?    6 Yes 0 No

Eliminating of duplicate records without using dynamic lookups..

Answer / bsgsr

duplicate records can be eliminated the following ways:

1) by using select distinct option
2) by over riding sql with group by port on the column
which gets duplicate values ( P_key column)
3) by connecting the source to an expression transformation
and flagging the duplicate records to another target by
writing an expression in the exp editor

Is This Answer Correct ?    3 Yes 0 No

Eliminating of duplicate records without using dynamic lookups..

Answer / bhagya

1) By enabling the option in sorter transformation as
select distinct
(or)
2) By enabling all the values as group by in aggreagator
transformation

Is This Answer Correct ?    3 Yes 1 No

Eliminating of duplicate records without using dynamic lookups..

Answer / raghav

with out distinct we can do it in 3 possible ways.

1. Using Group by function which will act like a distinct in
TD13.0 database

2. using SET table concept, like first we create the multi
set table and insert the duplicate rows into them and then
create the set table and use the insertselcet concept, in
this case only distinct rows will be inserted.

3. use rowid, derived table or sub query concept then we can
do this

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ETL Interview Questions

explain the methodology of Data Warehousing?(Polaries)

0 Answers  


diff b/w dwh & data mart diff b/w star schema & snow flake schema diff b/w fact table & dimension table what are the contents in requirement specification what are the docs needed for testing draw ur proj architecture

0 Answers   L&T,


Hi, I completed MCA in 2006.After studied Informatica,SQL server and basics of reporting tool in one of the training center in chennai.I got subject knowledge only.But I didn't go any job because I scared to face real time.Anyone please advice how can I enter again into this and anyone provide real time exposure with project.

0 Answers  


I have a Flat file with more no. of Records also including duplicate values. But i need distinct values to one target and remaining records to another target in Informatica way

2 Answers  


when should one create lookup transformation ?

2 Answers  






Explain me ETL project architecture in Detail?

0 Answers   Infosys,


What are the types of Data Warehouse applications?

0 Answers  


what is the indicator file and where it is used?

1 Answers  


what are the different Reporting and ETL tools available in the market?

3 Answers  


what are the data modeling tools you have used?(polaris)

0 Answers  


Eliminating of duplicate records without using dynamic lookups

1 Answers  


What are cubes and olap cubes?

0 Answers  


Categories