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 / haribabu

select ename,empno,count(*) from emp group by empno having count(*)>1;

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Performance tuning( what you did in performance tuning)

1594


differences between service based and product based?

1654


how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process

1779


Can we change Dynamic to Static or Persistent cache? If so what happens?

1810


Explain pushdown optimization and types in informatica

747






In which transformation you cannot drag ports into it?

909


server hot-ws270 is connect to Repository B. What does it mean?

1976


What is primary and backup node?

801


what is the end to end process meaning in my project(my project is development)and functionality plz tell me

1600


What are the basic requirements to join two sources in a source qualifier transformation using default join?

695


What is a filter transformation?

670


How to create the source and target database connections in server manager?

706


Explain the difference between a data warehouse and a data mart?

678


Can you use flat files in Mapplets.

2309


What is domain and gateway node?

799