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

Answer Posted / venki_discussions

delete from table (table name.a) where
rowid not in(select min(rowid) from (table name.b)
group by (column name);

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain oracle apps architecture.

1010


What are file in oracle.

2014


How can a process be deployed in soa?

911


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

2165


WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?

2828


How is choreography different from orchestration?

890


what is pay run id ?

1916


List the types of flexfield?

805


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

835


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

882


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

5459


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

961


tell my any difficult situtation you solved in your experience in your company?

2094


How can you achieve loose coupling in soa framework?

994


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

2130