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 are the types of data warehouses?

936


Explain the mapping variable usage example in informatica

626


Describe data concatenation?

563


Can we create a node as a gateway node and the same node can be assigned to a grid?

633


expain about the tune parameters?

1873






What is incremental aggregation?

566


Differentiate between sessions and batches?

564


Under what condition selecting sorted input in aggregator may fail the session?

655


I have three same source structure tables. But, I want to load into single target table. How do I do this? Explain in detail through mapping flow.

762


What is main use of mapplet?

650


Can anyone tell me the new features in Informatica 9 Version?

1523


What are active transformations.

1181


Explain about cumulative Sum or moving sum?

614


Performance tuning in UNIX for informatica mappings?

2129


Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?

1736