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
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
Can anyone tell me the new features in Informatica 9 Version?
waht type of interface is used for testing the data in informatica
expain about the tune parameters?
complex mapping ur project u r invlve can u explain and give real time example give me ?
can any one explain me what i have to tell about insurance project in interview,,,,when he asked to tell about ur project
Differentiate between router and filter transformation?
Which transformation should we use to normalise the COBOL and relational sources?
Clarify the utilization of aggregator cache record?
Can we create two repositories on same database instance in oracle?
What is the need of an ETL tool?
What are the measure objects?
What is target designer and target load order?
Describe an informatica powercenter?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?