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

Answer Posted / pnr kiran

DELETE FROM TABLE E
WHERE COLUMN_NAME IN ( SELECT COLUMN_NAME FROM TABLE D
WHERE D.COLUMN_NAME_1=E.COLUMN_NAME_1
MINUS
SELECT COLUMN_NAME FROM TABLE F
WHERE F.COLUMN_NAME_1 = E.COLUMN_NAME_1
AND ROWNUM = 1);

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In hierarchical structure of a database? we have write query from where we should start?

1708


what are the different transaction clauses in AR?

1603


Can u give the Documentation of Custom.pll in oracle apps

2996


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

662


tell me the scenarios of the independent in reports

2052






What are file in oracle.

1813


q)what are the validations in sql*loader

1743


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

1888


How can a process be deployed in soa?

700


what are the balancing segments in AR?

1653


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

630


please send me forms, xml pulisher questions,answers

1655


where to define interorganization transaction charges and what are the different options?

1953


List the types of flexfield?

605


What is the concept of soa governance?

773