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...

write a query to delete similar records in same table

Answer Posted / raj

DELETE FROM EMP E1
WHERE ROWID <(SELECT MAX(ROWID) FROM EMP E2 WHERE E1.ENO =
E2.ENO)

Is This Answer Correct ?    25 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different sql languages?

1090


what is uncommittable transactions? : Transact sql

1036


What are synonyms in sql?

1018


How to change sql*plus system settings?

1104


What is posting?

1083


What is java sql connection?

1120


Can we enter data in a table in design view?

1011


What is the clause we need to add in function body to return variable?

1051


what is the difference between undefined value and null value? : Sql dba

1140


Can a foreign key be null?

1142


What are the operators in sql?

1067


what is sql server agent? : Sql dba

1156


What is the use of triggers?

1082


Explain the uses of control file.

1098


Is ms sql traffic encrypted?

960