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

Answer Posted / arjun

delete from employ where rowid not in(select min(rowid) from
employ group by id,ename,age);






Arjun

Is This Answer Correct ?    17 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In oracle application how do you debug or trace errors?

639


what are the prerequisites for costing transactions?

2635


A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.

1679


Are you familiar with internet architecture of oracle apps 11i?

629


Can you explain the difference between architecture followed in 10g & 11g?

659






what are the different transaction clauses in AR?

1602


What are the Standard Reports and Forms in HRMS?

1772


pls send me out bound code of supplers,site,bankiformation code pls as soon as

1759


How can a process be deployed in soa?

700


In support project one ticket alloted which steps follows manualy tell me ?

2223


What do you understand by concurrent programs?

619


How do you register report in oracle apps?

632


Do you know what is applysys in oracle application database schema, what is apps?

674


how can develope the po variance and po summary report? with tables mandatory columns and query please?

1975


How can we import the data into a database using sql * loader?

680