Write an SQL Query to
Delete Duplicate records from a table using ROWID.
Answer Posted / amit shrivastava
Delete from table where rowid not in (select max(rowid)from
table group by column_name);
Delete from table T1 where rowid < (select min(rowid) from
table T2 where T1.emp_name=T2.emp_name);
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What do you understand by soa?
Do you know what are user profiles in apps. Any examples you can give?
How is choreography different from orchestration?
can we get profile values in report without using user exists is it possible how?
Tell me where we find the status of order information?
Which oracle apps version you are very confident in?
In oracle application how do you debug or trace errors?
Can u give the Documentation of Custom.pll in oracle apps
what are the prerequisites for costing transactions?
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?
can we use look up type instead of a pofile option?or valueset?is it possible how?
Tell me how to find the custom directory in front end?
How can a process be deployed in soa?
What are the different components you should consider while defining a responsibility in oracle apps?