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 in sql server 2005?

Answers were Sorted based on User's Feedback



how to delete duplicate rows in sql server 2005?..

Answer / shashikant

distinct <column name>
from <table name>

Is This Answer Correct ?    3 Yes 2 No

how to delete duplicate rows in sql server 2005?..

Answer / balaji

alter ignore table <tablename> add unique key
(field1,field2,....);

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More MySQL Interview Questions

What is Database?

2 Answers  


How do I know if mysql is running on windows?

0 Answers  


Why do we use pragma autonomous transaction?

0 Answers  


What is difference between mongodb and mysql?

0 Answers  


Is mysql a database?

0 Answers  


how do i list constraints in my database by using sql server2000?

1 Answers  


How do I restore a mysql database dump file in linux?

0 Answers  


What is the current mysql version?

0 Answers  


How To see all the tables from a database of mysql server.

0 Answers  


Is microsoft sql same as mysql?

0 Answers  


Is mongodb faster than mysql?

0 Answers  


What is data in mysql?

0 Answers  


Categories