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 duplicate rows from table in sql server

Answers were Sorted based on User's Feedback



how to delete duplicate rows from table in sql server..

Answer / suresh s

delete tblname where columname in (select columnname
FROM tblname GROUP BY columnname having count(columnname)
>=2)

Is This Answer Correct ?    25 Yes 30 No

how to delete duplicate rows from table in sql server..

Answer / swapna

We can delete duplicate rows from table by using distinct
command.

Is This Answer Correct ?    10 Yes 35 No

Post New Answer

More SQL Server Interview Questions

What is a collation?

0 Answers  


How do you read transaction logs

1 Answers  


What is the purpose of linked server configuration in sql server?

0 Answers  


What is the datatype returned by count(*)

22 Answers   247Customer, Asian CERC,


How network traffic be reduced by using the stored procedure?

0 Answers   Accenture,


What is after dml trigger?

0 Answers  


Explain how many normalization forms?

0 Answers  


How to find the login name linked to a given user name?

0 Answers  


What is in place upgrade in sql server?

0 Answers  


How do I view a stored procedure in sql server query?

0 Answers  


Alternative way to DetDate() function?

5 Answers  


Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?

0 Answers  


Categories