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

Answer Posted / madhu

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

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?

1475


What are different types of transformations available in informatica?

593


what are the best practices to extract data from flat file source which are bigger than 100 mb memory?

1929


How you prepared reports for OLAP?

1165


Suppose we do not group by on any ports of the aggregator what will be the output?

588






Is it possible to use a client with different version than that of its Informatica server?

655


Which transformation is needed while using the Cobol sources as source definitions?

736


Explain the tuning lookup transformation - informatica

621


What is main use of mapplet?

669


Name the different lookup cache(s)?

719


How might one distinguish in the case of mapping is right or not without associating session?

648


Why is sorter an active transformation?

672


What is standalone command task?

721


Explain your project of banking domian.

1222


What is lookup transformation?

612