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

How we can get unique records into one target table and
duplicate records into another target table??

Answer Posted / naveen

Answer #3 is correct by Nag.

Addition to above second query for duplicate records, will
return unique records for each duplicate records.

if you need all duplicates records thn follow the below
query.

select * from emp
where empno in (select empno from emp group by empno having
count(empno)>1)


Regards,
Naveen

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the layout of parameter file (what does a parameter file contain?)?

2432


What are the types of schemas we have in data warehouse.

1004


How to load the data from people soft hrm to people soft erm using informatica?

1063


lookup transformation with screenshots

4045


Briefly explain your complete project(sales) flow, (ie. from source received from client, transformations, then despatch to end user) what are all the process. Kindly give step by step process.

2322


What is sorter transformation?

1106


How does the aggregator transformation handle null values?

1192


What is workflow? What are the components of the workflow manager?

1169


What is an active transformation?

1157


What is an expression transformation in informatica?

1087


Which files are created during the session rums by informatics server?

1230


What is the use of source qualifier?

1182


What is informatica metadata and where is it stored?

1038


What is the need of an ETL tool?

1155


Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?

2405