Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / a.balakrishna

select * from education where rowid in (select min(rowid)
from ex group by sno having count(*)>1);


100% it is true

Best of luck

9177509010

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?

1494


Is delete faster than truncate?

1052


GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?

3110


What is a file delimiter?

1164


explain commit and rollback in mysql : sql dba

1076


What is sql query optimization?

1193


Where is sql database stored?

1039


Explain the the update statement in sql?

1105


what are the 'mysql' command line arguments? : Sql dba

1192


Explain locks? : Transact sql

1055


what is rollback? : Sql dba

1181


How do you know if a relationship is 2nf?

994


What is a database trigger?

1136


How do I order by ascending in sql?

1079


can sql servers linked to other servers like oracle? : Sql dba

1053