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 delete same emp id in sql query for exmaple in emp
table emp id, empname, emp address. for example emp id =5,
repeated in two times in rows same id how to delete same
empid please any one of the write query send in my id

Answer Posted / akshita

delete from emp where rowid not in (select max(rowid) from
emp group by empno)

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of privileges are available in sql?

1399


What is an alias command?

1111


What is a temporal table?

973


Is it possible to sort a column using a column alias?

1091


what are the differences between binary and varbinary? : Sql dba

1079


What is tuple in sql?

1137


How can we make an if statement within a select statement?

1059


How do I view an execution plan in sql?

1027


How many clustered indexes can be created on a table?

1122


Can you skip header records while loading? : aql loader

1099


Explain the difference in execution of triggers and stored procedures?

1058


What is faster join or subquery?

1056


What are the different types of tables in sql?

1061


What is the difference between left outer join and left join?

1032


How many columns should be in an index?

1013