write a query for how to eliminate the duplicate rows
without using distinct?

Answer Posted / mani

DELETE FROM EMP WHERE ROWID NOT IN (SELECT MAX(ROWID)FROM
EMP)GROUP BY EMPNO;

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is $$$$?

1738


What is dynamic cache?

614


Which development components of informatica have the highest usage?

596


What is persistent lookup cache?

604


I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?

1320






Differences between connected and unconnected lookup?

610


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

709


Explain lookup transformation source types in informatica

702


What is status code in informatica?

588


My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?

5581


What are data-driven sessions?

715


What is enterprise data warehousing?

615


Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps

1627


Can we override a native sql query within informatica?

632


What does “tail –f” command do and what is its use as an Informatica admin.

631