Write an SQL Query to
Delete Duplicate records from a table using ROWID.

Answer Posted / xyz

delete from emp where rowid not in(select max(rowid) from
emp group by empno)

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you register report in oracle apps?

635


How can a process be deployed in soa?

700


Can you differentiate between mediator and osb?

627


CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

2097


Do you know where we can check the status of po?

642






What is a value set? List its various types.

652


Hi any one plz help me .i need 2 or 3 customized and 2 or 3 development reports on PO module..if any body having plz send me with one by one step ,i mean where u do the customization and wht are the steps u follwed when u do the customization,wht are fields u added or deleted ,How u added or these fields as per clinet requirement and wht are errors u faced .plz send it to my mail id iamvenki@gmail.com

1892


Tell me how to find the custom directory in front end?

666


List the types of flexfield?

605


What are the Standard Reports and Forms in HRMS?

1774


What does appl_top directory contain?

650


What is oracle soa suite?

768


Explain oracle apps architecture.

767


testing tools?

1756


what is the difference between request group and request security in oracle apps?

5053