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 records from a table?(for suppose in
a table we have 1000 Records in that we have 200 duplicate
Records , so ,how to findout that duplicate Records , how to
delete those Records and arranged into sequence order? one
more thing that there is no primary key at all)

Answer Posted / sneha

select distinct * from table into new_table;

delete table;

select * from new_table into table;

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a rule be bound to any column of any data type?

1024


Does server sql treat char as a variable-length or fixed-length column?

1091


What are the functions in sql server?

992


How to get a list of columns in a view using the "sp_help" stored procedure?

1090


What is the guest user account in sql server? What login is it mapped to it? : sql server security

1114


What is difference between rownum and rowid?

957


How to test odbc dsn connection settings?

1087


Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?

943


What is autocommit mode in sql server?

1266


On a windows server 2003 active – passive failover cluster, how do you find the node which is active?

1250


Is truncate a dml command?

1000


Why are you getting errors when creating a new odbc dsn?

1290


What is the maximum size of sql server database?

1063


Explain data warehousing in sql server?

1092


What is the simplest way to create a new database in ms sql server?

1051