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

In a table there are 1 million records there in which 3
records are duplicate how will you find out those 3 records?

Answer Posted / amedela chandra sekhar

write a query eg:take emp table and empno,sal,deptno columns
have assume the duplicates.

select * from emp x where rowid>(select min(rowid) from emp
where empno=x.empno
and sal=x.sal
and deptno=x.deptno);


you will only duplicate records in the emp table.
chandumba2005@gmail.com

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

where to store informatica rejected data? How to extract the informatica rejected data?

1053


What is meant by LDAP users?

1287


5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C

1955


Do you find any difficulty while working with flat files as source and target?

1146


What is union transformation?

1015


how tokens will generate?

2249


is it possible to index the data in cache of lkp transformation ?

2076


How do you load only null records into target?

1251


permutations of mapplet

2548


can we override a native sql query within informatica? Where do we do it? How do we do it?

1113


How do you migrate data from one environment to another?

1148


What is flashback table ? Advance thanks

1998


Whats the difference between informatica powercenter server, repositoryserver and repository?

1221


Clarify the aggregator change?

1080


What is main use of mapplet?

1176