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 / lokesh vepanjeri

select * from emp where rowid not in (select max(rowid)
from emp group by empno);

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by query override?

738


list out all the transformations which use cache?

772


What are the different options available for update strategy?

663


What is a transaction control transformation?

854


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

732






How you prepared reports for OLAP?

1248


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

689


how to load rows into fact table in data warehouse

746


wat are deployement groups in informatica, how it will be used for developers

1354


What do mean by local and global repository?

813


What is the use of transformation?

657


Explain Dataware house architecture .how data flow from intial to end?

2209


How can we create index after completion of load process?

687


What could be the possible resons of locks by user?

747


What are the various types of transformation?

741