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
What is informatica? Why do we need it?
Define mapplet?
Why do you use Mapping Parameter and mapping variable?
What are the differences between a connected lookup and unconnected lookup?
How we can use union transformation?
What is an expression transformation?
Briefly define reusable transformation?
Explain load alternative records / rows into multiple targets - informatica
What are the main issues while working with flat files as source and as targets ?
What can we do to improve the performance of informatica aggregator transformation?
If informatica has its scheduler why using third party scheduler?
Why sorter is an active transformation?
How identifying bottlenecks in various components of informatica and resolving them?
How to go to the older version for a mapping?
While migrating the data from one environment to another environment how would you manage the connections?