How to delete duplicate records if we have huge volume of
records in a table ?
(rowid is not the correct approach)
Answer Posted / ravikumar2614
DELETE FROM EMP E1 WHERE ROWID<
(SELECT MAX(ROWID) FROM EMP E2 WHERE E1.ROWID=E2.ROWID)
IF I AM WRONG PLEASE CORRECT ME ON ravi.info2614@gmail.com
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do mean by local and global repository?
in staging we are merging the data and remove the inconsistants data that type of situation what u will done and type of functions u can use
Explain how to import oracle sequence into informatica?
How to generate or load values in to the target table based on a column value using informatica etl tool.
which one is better performance wise joiner or look up
When do you use sql override in a lookup transformation?
In how many ways we can create ports?
What does cheating measurement mean?
Separate from an archive server and a powerhouse?
What is expression transformation?
What is union transformation in informatica?
Enlist some properties of sessions.
Explain in detail scd type 2 through mapping.
Explain where to store informatica rejected data? How to extract the informatica rejected data?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.