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...


Is it possible to delete duplicate rows in a table without
using a temporary table ?

Answers were Sorted based on User's Feedback



Is it possible to delete duplicate rows in a table without using a temporary table ?..

Answer / saravanan

select * into #empnew from (select * from emp union select
* from emp) a

Is This Answer Correct ?    1 Yes 6 No

Is it possible to delete duplicate rows in a table without using a temporary table ?..

Answer / hakoona

Jaare Kameeney

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More SQL Server Interview Questions

List some major differences between triggers and stored procedures?

0 Answers  


Some queries related to SQL

0 Answers   Motorola,


What is query and its types?

0 Answers  


Explain the storage models of OLAP?

1 Answers  


Can anyone explain difference between Database, Data warehouse and Data mart with some example?````

4 Answers  


What is transaction ? Give me one example.

11 Answers   Melstar, Wipro,


What is an execution plan? How would you view the execution plan?

0 Answers  


How to find index size for each index on table?

0 Answers  


How do I setup a sql server database?

0 Answers  


What is the importance of a recovery model?

0 Answers  


What options are there to delete rows on the publisher and not on the subscriber? : sql server replication

0 Answers  


What is table-valued sub query?

0 Answers  


Categories