Eliminating of duplicate records without using dynamic lookups
Answer Posted / kal_leo@hotmail.com
Hi U can eliminate duplicate records by an simple oneline
SQL Query.
select id, count(*) from seq1 group by id having
count(*)>1;
U can run this query directly on any SQL*Plus or U can
override SQL in any transformation.
Hope this is of any help.
Kal
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
can u please tell me about ........ how can explain my project before interviewer my projects are insurence domain & sales domain?
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
What are the etl testing operations includes?
Explain about power designer data modeling software?
flat filevalidation in informatica
What is Data Vault???
Can we create Hierarchies in generic datasources?
Identifying the bottlenecks in various components of Informatica and resolving them.
What is staging area referring to?
what is pmrep command?
dimension object created in oracle can be imported in designer?how?
How to fine tune mappings?
what is an ETL or ETT? And what are the different types?
State the differences between shortcut and reusable transformation
Explain about etl data integration software?