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

Dimension Object created in Oracle can be imported in Designer Cubes contain measures

1925


How are the sources and targets definitions imported in informatica designer?

666


What is target load order?

798


Describe the scenarios where we go for joiner transformation instead of source qualifier transformation?

611


can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project

2132






What is status code in informatica?

573


Explain the mapping variable usage example in informatica

627


what is the size of u r source(like file or table)?

1809


What is meant by query override?

630


What is informatica?

671


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

638


What is session task and command task?

641


Briefly define reusable transformation?

617


Explain the informatica workflow?

581


what is degenerated dimension?

3140