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...

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


Please Help Members By Posting Answers For Below Questions

how do u identify the changed records in operational data?

2585


what is the use of server manager?

2193


What is abap? What are idocs?

1017


Compare ETL & Manual development?

997


what is pmrep command?

11650


list and discuss two approaches for updation of target table in Informatica and how they are different.

2155


what is an ETL or ETT? And what are the different types?

7560


what are the types in error loging?

2192


can be used COM component in Informatica ?

2106


Difference between flat files and relational sources?

2283


What is cube grouping?

1150


Do we need an etl tool?

1057


Explain the key challenges that you face while performing etl testing.

1057


What are dimensions?

1116


how do u extract data from different data sources explain with an example?

2327