how to find find & delete duplicate rows from two different
tables?

Answer Posted / paks

using rownum .


Select * from
(Select name,id, Row_number () over (partition by name order by id desc) rn from tblname)
Where rn=1;

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is control file used for?

600


What is the difference between pre-select and pre-query?

619


What is the relation of a user account and a schema?

611


How to use "if" statements on multiple conditions?

717


What is parameterized cursor in oracle?

574






What is the max number of columns in an oracle table?

509


What is the oracle implicit cursor?

591


What do you know about normalization? Explain in detail?

495


hi friends i completed b.com 2004.i have 3y accounting exp. in manufacturing company.now i have completed oracle finance.pls suggest me how will get job in oracle.can i get job in oracle.

1961


How to convert characters to numbers in oracle?

593


Why do you use stored procedures and state some of its disadvantages?

563


What is the difference between Delete, Truncate and Drop in Oracle?

602


What is the use of aggregate functions in oracle?

577


how to do daily transactions with out sql* loader control file regesterd in apps?

1220


What happens if the imported table already exists?

545