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

how to find max salary from the database

3 Answers  


maximum size of a database in mysql?

2 Answers  


How do I delete a table in mysql workbench?

0 Answers  


How to get a list of all tables in a database?

0 Answers  


What storage engines are used in MySQL?

0 Answers  


Can you tell how many values can set the function of mysql to consider?

0 Answers  


Write a query to fetch common records between two tables using mysql?

0 Answers  


How big is a blob mysql?

0 Answers  


What is InnoDB?

0 Answers  


How to dump a table to a file with 'mysqldump'?

0 Answers  


What is mysql enterprise edition?

0 Answers  


How does mysql encrypt passwords?

0 Answers  


Categories