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

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

2462


What does appl_top directory contain?

879


what are the prerequisites for costing transactions?

2908


What is a flexfield? List out its types.

921


What is count(*) from po_vendors(any table)?

852


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

1961


Do you know what are user profiles in apps. Any examples you can give?

891


Explain what are the tables of auto invoice?

904


What are the different components you should consider while defining a responsibility in oracle apps?

867


What is sca and how is it useful?

876


Can you define an erp system?

901


What are the Standard Reports and Forms in HRMS?

1993


In oracle application how do you debug or trace errors?

879


How can you achieve loose coupling in soa framework?

1013


What do you understand by soa?

929