How to retrieve Duplicate Rows only in a Table?
Suppose if a Table Name is "Education". It consists of
multiple columns. Then if we insert rows into this table
with duplicate records then how can we retrieve only
duplicate records from that table?

Answer Posted / bhuvi

use self join and find the intersection

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is left join faster than inner join?

619


How do I sort a table in sql?

599


Why we use pl sql?

531


How do you remove duplicates without using distinct in sql?

502


What is pivot in sql?

510






What is primary key sql?

546


Which join is default?

522


What is a natural join sql?

513


Is primary key clustered or nonclustered?

568


Differentiate between syntax and runtime errors.

642


Is subquery faster than join?

570


What is a unique constraint?

610


How do I run a pl sql procedure in sql developer?

516


What is the difference between the repeatable read and serializable isolation levels? : Transact sql

536


Why is sql*loader direct path so fast?

601