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

Answer Posted / k.sailesh

We can find duplicate rows from two tables by using select *
from table name. it displays all the values repeated and unique.
We can delete duplicate rows by using Primary key constraint.

Is This Answer Correct ?    3 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between varchar and varchar2 data types?

668


In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.

1470


Explain the use of parfile option in exp command.

526


What exactly do quotation marks around the table name do?

546


What is archive log in Oracle?

603






What is the difference between a user and a schema in oracle?

564


What is the difference between sharding and replication?

479


How to generate query output in html format?

571


How do I call oracle stored procedures that take no parameters?

568


How many anonymous blocks can be defined?

586


what is insert all statement in sql

5519


Does oracle database need java?

524


What is a database table in oracle?

573


Explain user account with reference to oracle.

538


How to filter out duplications in the returning rows using oracle?

644